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.
1 parent ac850e8 commit 6d6353dCopy full SHA for 6d6353d
.github/workflows/build-&-publish-docker-image.yml
@@ -55,11 +55,11 @@ jobs:
55
- name: Set up Docker Buildx
56
uses: docker/setup-buildx-action@v3
57
58
- # - name: Login to Docker Hub
59
- # uses: docker/login-action@v1
60
- # with:
61
- # username: ${{ secrets.DOCKERHUB_USERNAME }}
62
- # password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ - name: Login to Docker Hub
+ uses: docker/login-action@v1
+ with:
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
63
64
# - name: Get changed files using defaults
65
# id: changed-files
0 commit comments