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 83a3b18 commit 1917496Copy full SHA for 1917496
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
# Setup Build
30
docker login -u publisher -p ${DOCKER_TOKEN} ghcr.io
31
- QUTEX_VERSION=$(echo ${GITHUB_REF} | sed -e "s/refs\/tags\///g")
+ QUTEX_VERSION=$(echo ${GITHUB_REF##*/})
32
33
# Build all containers
34
docker compose -f docker-compose.build.yml build
0 commit comments