Skip to content

Commit beef538

Browse files
Update build-&-publish-docker-image.yml (#1468)
1 parent 383e7ba commit beef538

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-&-publish-docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
- name: Set up Docker Buildx
5656
uses: docker/setup-buildx-action@v3
5757

58-
- name: Login to Docker Hub
59-
uses: docker/login-action@v1
60-
with:
61-
username: ${{ secrets.DOCKERHUB_USERNAME }}
62-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
58+
# - name: Login to Docker Hub
59+
# uses: docker/login-action@v1
60+
# with:
61+
# username: ${{ secrets.DOCKERHUB_USERNAME }}
62+
# password: ${{ secrets.DOCKERHUB_PASSWORD }}
6363

6464
# - name: Get changed files using defaults
6565
# id: changed-files

0 commit comments

Comments
 (0)