Skip to content

Commit

Permalink
Merge pull request #3 from fortio/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
ldemailly authored Mar 20, 2024
2 parents bdab10a + 26dfc8c commit 759b5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: '1.20'
check-latest: true
- name: Log in to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # pin@v2
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # pin@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit 759b5ac

Please sign in to comment.