Skip to content

Commit

Permalink
ci: Update docker/login-action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <[email protected]>
  • Loading branch information
ondrej-fabry committed May 16, 2024
1 parent 2155ae6 commit 7664910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: anchore/sbom-action/download-syft@v0 #v0.15.10

- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
Expand Down

0 comments on commit 7664910

Please sign in to comment.