We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a330f9 commit b73842fCopy full SHA for b73842f
.github/workflows/release.yml
@@ -62,4 +62,4 @@ jobs:
62
make clean
63
make build-all-images RELEASE_IMAGE_PREFIX="ghcr.io/$GITHUB_REPOSITORY/"
64
if echo $GITHUB_EVENT_NAME -eq "release"; then PRE_RELEASE=false; else PRE_RELEASE=true; fi
65
- make release PRE_RELEASE=$PRE_RELEASE RELEASE_IMAGE_PREFIX="ghcr.io/$GITHUB_REPOSITORY/"
+ make release RELEASE_DRY_RUN=false PRE_RELEASE=$PRE_RELEASE RELEASE_IMAGE_PREFIX="ghcr.io/$GITHUB_REPOSITORY/"
0 commit comments