Skip to content

Commit

Permalink
Merge pull request #195 from haxorof/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
github-actions[bot] authored May 28, 2024
2 parents 304fb5a + ec804a8 commit 9cee742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/[email protected]

- name: Login to DockerHub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
if: ${{ endsWith(github.ref, '/main') }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 9cee742

Please sign in to comment.