Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit fd45b1d

Browse files
committed
SQUASH: fidgeting with Docker Image Build Action
1 parent 0d48933 commit fd45b1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-and-sign-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- name: Docker Buildx
3939
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
4040

41-
- name: Log into registry ${{ env.REGISTRY }} for ${{ github.actor }}
42-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
43-
with:
44-
registry: ${{ env.REGISTRY }}
45-
username: ${{ github.actor }}
46-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
41+
# - name: Log into registry ${{ env.REGISTRY }} for ${{ github.actor }}
42+
# uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
43+
# with:
44+
# registry: ${{ env.REGISTRY }}
45+
# username: ${{ github.actor }}
46+
# password: ${{ secrets.DOCKER_HUB_TOKEN }}
4747

4848
- name: Build Docker Image
4949
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671

0 commit comments

Comments
 (0)