Skip to content

Commit 1822377

Browse files
committed
chore: comment out Docker image build step in workflow
1 parent 9d9a067 commit 1822377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ jobs:
126126
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
127127

128128
# Build docker image
129-
- name: Build the Docker image
130-
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
129+
# - name: Build the Docker image
130+
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 commit comments

Comments
 (0)