Compare commits
No commits in common. "renovate/docker-login-action-3.x" and "main" have entirely different histories.
renovate/d
...
main
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue