Skip to content

Commit 7271bb1

Browse files
committed
release 1.4.3
1 parent 858baae commit 7271bb1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
run: |
2929
# Setup Build
3030
docker login -u publisher -p ${DOCKER_TOKEN} ghcr.io
31-
QUTEX_VERSION=$(echo ${GITHUB_REF##*/})
32-
31+
3332
# Build all containers
34-
docker compose -f docker-compose.build.yml build
35-
docker compose -f docker-compose.build.yml push
33+
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.build.yml build
34+
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.build.yml push
3635
env:
3736
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)