We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30c059 commit bf20248Copy full SHA for bf20248
.github/workflows/ocm.yaml
@@ -509,7 +509,7 @@ jobs:
509
510
- name: Transfer to OCM REPO
511
if: steps.version_check.outputs.needs_update == 'true'
512
- run: ./ocm transfer ctf --no-update .ocm/transport.ctf "ghcr.io/platform-mesh"
+ run: ./ocm transfer ctf --overwrite .ocm/transport.ctf "ghcr.io/platform-mesh"
513
514
- name: Sign OCM Component
515
0 commit comments