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 fc7043a commit 5e5b038Copy full SHA for 5e5b038
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
./bin/create_version.sh "${GITHUB_REF##*/}" 1
33
34
# Build all containers
35
- QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml build
+ QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml build --no-cache
36
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml push
37
env:
38
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments