Skip to content

Commit

Permalink
Merge pull request #180 from houby-studio/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
megastary committed Jul 1, 2024
2 parents 148e819 + 6e7c623 commit bd93f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Docker Login
# You may pin to the exact commit or the version.
# uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit bd93f69

Please sign in to comment.