Skip to content

Commit

Permalink
Merge pull request #385 from hypnoglow/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3.1.0
dependabot[bot] authored May 3, 2024
2 parents eba6e3f + 82cc1f7 commit f61f46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-images.yml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ jobs:
type=raw,value=commit.{{ sha }},suffix=-helm${{ steps.vars.outputs.helm_version_minor }}
- name: Login to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit f61f46f

Please sign in to comment.