Skip to content

Commit

Permalink
chore(deps): pin docker/login-action action to 343f7c4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and peterhirn committed Feb 16, 2024
1 parent c3e8f6a commit e58268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Login to Docker Hub
if: ${{ steps.release.outputs.release_created }}
uses: docker/login-action@v3
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit e58268e

Please sign in to comment.