Skip to content

Commit

Permalink
Fix release oci secret syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Oct 13, 2023
1 parent 0297576 commit 0b66f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
secrets: [dockerhub_token]
commands:
- helm package . --version ${CI_COMMIT_TAG}
- echo ${DOCKERHUB_TOKEN} | helm registry login -u woodpeckerci registry-1.docker.io --password-stdin
- echo $${DOCKERHUB_TOKEN} | helm registry login -u woodpeckerci registry-1.docker.io --password-stdin
- helm push woodpecker-${CI_COMMIT_TAG}.tgz oci://registry-1.docker.io/woodpeckerci/helm
- helm registry logout registry-1.docker.io
when:
Expand Down

0 comments on commit 0b66f59

Please sign in to comment.