Skip to content

Commit

Permalink
Merge pull request #42 from cubeworx/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
claflico authored Jan 3, 2025
2 parents 43c1316 + 7fb204b commit 4d58363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Log in to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down

0 comments on commit 4d58363

Please sign in to comment.