We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b2874e + 64c0d05 commit e88cfc2Copy full SHA for e88cfc2
.github/workflows/BuildPublishPipeline.yml
@@ -35,7 +35,7 @@ jobs:
35
# https://github.com/marketplace/actions/docker-login
36
- name: 'Login to Docker Hub'
37
if: ${{ github.event_name != 'pull_request' }}
38
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
39
with:
40
registry: docker.io
41
username: ${{ secrets.DOCKER_HUB_USERNAME }}
0 commit comments