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 9d9a067 commit 1822377Copy full SHA for 1822377
.github/workflows/build-and-publish.yml
@@ -126,5 +126,5 @@ jobs:
126
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
127
128
# Build docker image
129
- - name: Build the Docker image
130
- run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
+ # - name: Build the Docker image
+ # run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments