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 e5a9bf6 commit 7ab931dCopy full SHA for 7ab931d
.github/workflows/release.yml
@@ -37,6 +37,8 @@ jobs:
37
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
38
# Strip "v" prefix from tag name
39
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
40
+ [[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^betydb_//')
41
+
42
# Use Docker `latest` tag convention
43
[ "$VERSION" == "master" ] && VERSION=latest
44
0 commit comments