We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259f432 commit 419fe59Copy full SHA for 419fe59
.github/workflows/ocm.yaml
@@ -511,7 +511,7 @@ jobs:
511
if: steps.version_check.outputs.needs_update == 'true'
512
run: |
513
./ocm hash components --lookup ghcr.io/platform-mesh .ocm/transport.ctf
514
- ./ocm transfer ctf --overwrite --copy-resources --copy-local-resources --lookup ghcr.io/platform-mesh .ocm/transport.ctf "ghcr.io/platform-mesh"
+ ./ocm transfer ctf --overwrite --copy-local-resources --lookup ghcr.io/platform-mesh .ocm/transport.ctf "ghcr.io/platform-mesh"
515
516
- name: Sign OCM Component
517
0 commit comments