Update .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
parent
736b1b5897
commit
c99be44c68
@ -20,8 +20,8 @@ jobs:
|
||||
|
||||
- name: 3. Login in die Gitea Registry
|
||||
run: |
|
||||
# Wir nutzen das GITEA_TOKEN (wird automatisch als GITHUB_TOKEN bereitgestellt)
|
||||
echo "${{ secrets.GITHUB_TOKEN }}" | docker login gitea.simonaltschaeffl.de -u ${{ github.actor }} --password-stdin
|
||||
# Wir nutzen jetzt dein neues Secret REGISTRY_TOKEN
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.simonaltschaeffl.de -u simon_admin --password-stdin
|
||||
|
||||
- name: 4. Docker Image pushen
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user