Skip to content

Commit

Permalink
Merge pull request #239 from ptr727/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
ptr727 authored Oct 9, 2023
2 parents 4b0ac10 + e39b721 commit 92f8713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# https://github.com/marketplace/actions/docker-login
- name: Login to Docker Hub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 92f8713

Please sign in to comment.