Skip to content

Commit

Permalink
Merge pull request #30 from fortio/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
ldemailly authored Jan 17, 2024
2 parents 373cce0 + dd1863d commit 7e457e1
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 @@ -24,7 +24,7 @@ jobs:
go-version: '1.20'
check-latest: true
- name: Log in to Docker Hub
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # pin@v2
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # pin@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit 7e457e1

Please sign in to comment.