Skip to content

Commit

Permalink
publish-crds workflow: fix repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed May 5, 2023
1 parent 6d1e96a commit 981c869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
cd crds
repository=${{ github.repository }}/crds
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 comments on commit 981c869

Please sign in to comment.