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 9a89f3d commit 0696440Copy full SHA for 0696440
.github/workflows/publish-release.yml
@@ -35,7 +35,6 @@ jobs:
35
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
36
# So if we split on '/' and take the 3rd value, we can get the release name.
37
run: |
38
- export GPG_TTY=$(tty) && echo "$GPG_KEYS" | gpg --fast-import --batch
39
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
40
IMAGE=${IMAGE_NAME}:${NEW_VERSION}
41
echo "Releasing new version ${NEW_VERSION} of $IMAGE"
0 commit comments