chore: Test if this works
Some checks failed
Build and Push Docker Image / Build (push) Failing after 1m48s
Some checks failed
Build and Push Docker Image / Build (push) Failing after 1m48s
This commit is contained in:
parent
f1b5cf1213
commit
1a37670308
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ jobs:
|
|||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: git.kjan.de
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
- name: Build and push docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue