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 07d3223 commit c1b1a27Copy full SHA for c1b1a27
.github/workflows/dockerhub.yaml
@@ -81,11 +81,11 @@ jobs:
81
82
./k8s/build-push-sign.sh ${{ matrix.app }} ${{ matrix.arch }} ${VERSION} ${{ env.REGISTRY }} ${{ env.REPOSITORY }}
83
84
- - name: Sign the images with GitHub OIDC (Cosign)
85
- env:
86
- DIGEST: ${{ steps.build-and-load.outputs.digest }}
87
- TAGS: ${{ steps.meta.outputs.tags }}
88
- run: |
89
- echo "${TAGS}" | tr ',' '\n' | while read -r tag; do
90
- cosign sign --yes "${tag}@${DIGEST}"
91
- done
+# - name: Sign the images with GitHub OIDC (Cosign)
+# env:
+# DIGEST: ${{ steps.build-and-load.outputs.digest }}
+# TAGS: ${{ steps.meta.outputs.tags }}
+# run: |
+# echo "${TAGS}" | tr ',' '\n' | while read -r tag; do
+# cosign sign --yes "${tag}@${DIGEST}"
+# done
0 commit comments