Skip to content

Commit 616fd86

Browse files
authored
Merge pull request #20 from ptr727/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 1071467 + 7817777 commit 616fd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPublishPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# https://github.com/marketplace/actions/docker-login
3636
- name: 'Login to Docker Hub'
3737
if: ${{ github.event_name != 'pull_request' }}
38-
uses: docker/login-action@v2
38+
uses: docker/login-action@v3
3939
with:
4040
registry: docker.io
4141
username: ${{ secrets.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)