Skip to content

Commit

Permalink
release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amthorn committed Oct 25, 2021
1 parent 858baae commit 7271bb1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
run: |
# Setup Build
docker login -u publisher -p ${DOCKER_TOKEN} ghcr.io
QUTEX_VERSION=$(echo ${GITHUB_REF##*/})
# Build all containers
docker compose -f docker-compose.build.yml build
docker compose -f docker-compose.build.yml push
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.build.yml build
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.build.yml push
env:
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7271bb1

Please sign in to comment.