Skip to content

Commit 7fdd45f

Browse files
committed
publish-crds workflow: fix repository path
1 parent ba911b6 commit 7fdd45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-crds.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: |
3232
cd crds
3333
repository=${{ github.repository }}/crds
34-
tar cvz * | $RUNNER_TEMP/regctl artifact put -m application/gzip $REGISTRY/${repository,,}/crds:${{ github.event.release.tag_name }}
34+
tar cvz * | $RUNNER_TEMP/regctl artifact put -m application/gzip $REGISTRY/${repository,,}:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)