Compare commits
1 commit
main
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
7c6105c0e0 |
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@v1
|
||||
uses: docker/login-action@v3
|
||||
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@v1
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.kjan.de
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue