Compare commits

..

No commits in common. "renovate/docker-login-action-3.x" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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