File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280280 echo "Version: $TARGET_VERSION"
281281 echo ""
282282
283- ocm transfer ctf --overwrite .ocm/transport.ctf "ghcr.io/platform-mesh"
283+ ocm transfer ctf .ocm/transport.ctf "ghcr.io/platform-mesh"
284284
285285 echo ""
286286 echo "✓ Successfully published OCM component"
Original file line number Diff line number Diff line change @@ -494,4 +494,4 @@ jobs:
494494
495495 - name : Transfer to OCM REPO
496496 if : steps.version_check.outputs.needs_update == 'true'
497- run : ./ocm transfer ctf --overwrite .ocm/transport.ctf "ghcr.io/platform-mesh"
497+ run : ./ocm transfer ctf .ocm/transport.ctf "ghcr.io/platform-mesh"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 APP_VERSION=${{ inputs.appVersion }}
108108
109109 - name : Transfer to OCM registry
110- run : ./ocm transfer ctf --overwrite transport.ctf "ghcr.io/platform-mesh"
110+ run : ./ocm transfer ctf transport.ctf "ghcr.io/platform-mesh"
111111
112112 - name : Sign OCM Component
113113 run : |
You can’t perform that action at this time.
0 commit comments