File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -492,16 +492,17 @@ jobs:
492492 MARKETPLACE_UI_VERSION=${{ env.MARKETPLACE_UI_VERSION }} \
493493 TERMINAL_CONTROLLER_MANAGER_VERSION=${{ env.TERMINAL_CONTROLLER_MANAGER_VERSION }}
494494
495+ - name : Transfer to OCM REPO
496+ if : steps.version_check.outputs.needs_update == 'true'
497+ run : ./ocm transfer ctf .ocm/transport.ctf "ghcr.io/platform-mesh"
498+
495499 - name : Sign OCM Component
496500 if : steps.version_check.outputs.needs_update == 'true'
497501 run : |
498502 printf '%s' "$OCM_SIGNING_PRIVATE_KEY" > /tmp/ocm-signing.priv
499503 ./ocm sign componentversions --signature platform-mesh --private-key /tmp/ocm-signing.priv \
500- "directory::.ocm/transport.ctf //github.com/platform-mesh/platform-mesh:${{ env.VERSION }}"
504+ "oci://ghcr.io/platform-mesh //github.com/platform-mesh/platform-mesh:${{ env.VERSION }}"
501505 rm -f /tmp/ocm-signing.priv
502506 env :
503507 OCM_SIGNING_PRIVATE_KEY : ${{ secrets.OCM_SIGNING_PRIVATE_KEY }}
504508
505- - name : Transfer to OCM REPO
506- if : steps.version_check.outputs.needs_update == 'true'
507- run : ./ocm transfer ctf .ocm/transport.ctf "ghcr.io/platform-mesh"
You can’t perform that action at this time.
0 commit comments