We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea70a7 commit 78f246eCopy full SHA for 78f246e
.github/workflows/ocm.yaml
@@ -515,7 +515,7 @@ jobs:
515
if: steps.version_check.outputs.needs_update == 'true'
516
run: |
517
printf '%s' "$OCM_SIGNING_PRIVATE_KEY" > /tmp/ocm-signing.priv
518
- ./ocm sign componentversions --signature platform-mesh --private-key /tmp/ocm-signing.priv \
+ ./ocm sign componentversions --no-update --signature platform-mesh --private-key /tmp/ocm-signing.priv \
519
"oci://ghcr.io/platform-mesh//github.com/platform-mesh/platform-mesh:${{ env.VERSION }}"
520
rm -f /tmp/ocm-signing.priv
521
env:
0 commit comments