Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ jobs:
- name: Transfer to OCM REPO
if: steps.version_check.outputs.needs_update == 'true'
run: |
./ocm hash components .ocm/transport.ctf
./ocm hash components --lookup ghcr.io/platform-mesh .ocm/transport.ctf
./ocm transfer ctf .ocm/transport.ctf "ghcr.io/platform-mesh"

- name: Sign OCM Component
Expand Down
Loading