test actions
This commit is contained in:
@@ -3,8 +3,6 @@ name: Production Build & Deploy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- staging
|
||||
|
||||
jobs:
|
||||
@@ -15,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- name: Code auschecken
|
||||
uses: actions/checkout@v4
|
||||
|
||||
##hallo
|
||||
- name: Docker login to Gitea registry
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.hephex.de -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user