Skip to content

Commit cf9c6ed

Browse files
authored
fix(ocm): no --overwrite for 'ocm transfer' commands (#82)
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
1 parent b12b142 commit cf9c6ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-patch-ocm-component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/ocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/pipeline-service-component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)