Skip to content

Commit

Permalink
chore(deps): update docker/login-action digest to 1f36f5b (#73)
Browse files Browse the repository at this point in the history
* chore(deps): update docker/login-action digest to 1f36f5b

* fix: use specific version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabrizio Cafolla <[email protected]>
  • Loading branch information
renovate[bot] and FabrizioCafolla authored Oct 9, 2024
1 parent bc97531 commit 53c6bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# We use commit sha here to be as safe as possible with credentials.
- name: Log in to the Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 53c6bb6

Please sign in to comment.