Skip to content

Commit

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

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
megastary committed Mar 27, 2024
2 parents a5ac551 + 880338b commit b381410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
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.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit b381410

Please sign in to comment.