Merge pull request 'Update docker/login-action action to v3' (#5) from renovate/docker-login-action-3.x into main
All checks were successful
/ build (push) Successful in 1m51s
All checks were successful
/ build (push) Successful in 1m51s
Reviewed-on: #5
This commit is contained in:
commit
127b65cb77
|
@ -12,7 +12,7 @@ jobs:
|
|||
id: metadata
|
||||
with:
|
||||
images: git.hamburg.ccc.de/${{ github.repository }}/pretix
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.hamburg.ccc.de
|
||||
username: ${{ github.actor }}
|
||||
|
|
Reference in a new issue