Merge pull request 'chore(deps): update docker/login-action action to v3' (#7) from renovate/docker-login-action-3.x into main
Some checks failed
/ Build App (push) Failing after 1s
Some checks failed
/ Build App (push) Failing after 1s
Reviewed-on: #7
This commit is contained in:
commit
e93d7a5652
@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: https://git.vbrandl.net
|
registry: https://git.vbrandl.net
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
|
Reference in New Issue
Block a user