Merge pull request #6 from secustor/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3.3.0
This commit is contained in:
commit
d291e8fe0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
CR_SKIP_EXISTING: "true"
|
||||
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue