chore: Update credentials
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s

This commit is contained in:
Jan K9f 2025-09-15 08:48:53 +02:00
commit 2f4fafd749
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 4 additions and 4 deletions

View file

@ -37,8 +37,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: git.kjan.de
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push docker image
uses: docker/build-push-action@v6
with:

View file

@ -33,8 +33,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: git.kjan.de
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push docker image
uses: docker/build-push-action@v6
with: