Update docker/login-action action to v3
This commit is contained in:
parent
16d71fd24c
commit
b7bb2d6a3b
|
@ -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