Skip to content

Commit 5e5b038

Browse files
committed
releases should not use cache
1 parent fc7043a commit 5e5b038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
./bin/create_version.sh "${GITHUB_REF##*/}" 1
3333
3434
# Build all containers
35-
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml build
35+
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml build --no-cache
3636
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml push
3737
env:
3838
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)