Skip to content

Commit

Permalink
Merge pull request #149 from pact-foundation/renovate/docker-login-ac…
Browse files Browse the repository at this point in the history
…tion-3.x

chore(deps): update docker/login-action action to v3.3.0
  • Loading branch information
YOU54F authored Jan 20, 2025
2 parents 35f7a15 + f8b7048 commit b1a46bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Log into ghcr registry
if: github.event_name != 'pull_request'
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit b1a46bd

Please sign in to comment.