Skip to content

Commit

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

Bump docker/login-action from 2 to 3
  • Loading branch information
ptr727 authored Oct 9, 2023
2 parents 50912d0 + 7a8b657 commit dd2989f
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 dd2989f

Please sign in to comment.