We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba911b6 commit 7fdd45fCopy full SHA for 7fdd45f
.github/workflows/publish-crds.yaml
@@ -31,4 +31,4 @@ jobs:
31
run: |
32
cd crds
33
repository=${{ github.repository }}/crds
34
- tar cvz * | $RUNNER_TEMP/regctl artifact put -m application/gzip $REGISTRY/${repository,,}/crds:${{ github.event.release.tag_name }}
+ tar cvz * | $RUNNER_TEMP/regctl artifact put -m application/gzip $REGISTRY/${repository,,}:${{ github.event.release.tag_name }}
0 commit comments