We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939901b commit 77307e8Copy full SHA for 77307e8
.github/workflows/re-publish-ocm.yaml
@@ -89,6 +89,6 @@ jobs:
89
- run: |
90
cd "$(dirname "${{ matrix.file }}")"
91
echo "github.event_name: ${{ github.event_name}}"
92
- ocm transfer ctf --overwrite ./ctf ${{ inputs.oci_registry }}
+ ocm transfer ctf --overwrite ./ctf ${{ inputs.oci_registry }}${{ inputs.oci_repository != '' && '/' || '' }}${{ inputs.oci_repository }}
93
if: ${{ inputs.dry-run != true }}
94
0 commit comments