Merge pull request 'Update docker/login-action action to v3' (#4) from renovate/docker-login-action-3.x into main
All checks were successful
/ build (push) Successful in 18s
All checks were successful
/ build (push) Successful in 18s
Reviewed-on: #4
This commit is contained in:
commit
9ff7c4a4be
|
@ -19,7 +19,7 @@ jobs:
|
|||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
- name: Log in to Image Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.hamburg.ccc.de
|
||||
username: ${{ github.actor }}
|
||||
|
|
Loading…
Reference in a new issue