Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
7c6105c0e0
chore(deps): update docker/login-action action to v3 2025-10-20 14:08:59 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
- name: Build - name: Build
run: bun run build run: bun run build
- name: Docker login - name: Docker login
uses: docker/login-action@v1 uses: docker/login-action@v3
with: with:
registry: git.kjan.de registry: git.kjan.de
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}

View file

@ -30,7 +30,7 @@ jobs:
- name: Build - name: Build
run: bun run build run: bun run build
- name: Docker login - name: Docker login
uses: docker/login-action@v1 uses: docker/login-action@v3
with: with:
registry: git.kjan.de registry: git.kjan.de
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}