Skip to content

Commit 77307e8

Browse files
authored
fix: Fixed repo path for ocm transfer (#5)
1 parent 939901b commit 77307e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/re-publish-ocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
- run: |
9090
cd "$(dirname "${{ matrix.file }}")"
9191
echo "github.event_name: ${{ github.event_name}}"
92-
ocm transfer ctf --overwrite ./ctf ${{ inputs.oci_registry }}
92+
ocm transfer ctf --overwrite ./ctf ${{ inputs.oci_registry }}${{ inputs.oci_repository != '' && '/' || '' }}${{ inputs.oci_repository }}
9393
if: ${{ inputs.dry-run != true }}
9494

0 commit comments

Comments
 (0)