don't use cache between builds

This commit is contained in:
Torben Hørup 2021-09-29 13:14:53 +02:00
parent 53eca5ee0c
commit 5d91d47ee8

View File

@ -56,6 +56,7 @@ jobs:
push: true
file: ./docker/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
no-cache: true
build-args: |
DOCKER_TAG=${{ join(steps.metaassertions.outputs.tags ) }}
@ -66,6 +67,7 @@ jobs:
push: true
file: ./docker/Dockerfile
tags: ${{ steps.metadebug.outputs.tags }}
no-cache: true
build-args: |
DOCKER_TAG=${{ join(steps.metaassertions.outputs.tags ) }}
@ -76,6 +78,7 @@ jobs:
push: true
file: ./docker/Dockerfile
tags: ${{ steps.metaassertions.outputs.tags }}
no-cache: true
build-args: |
DOCKER_TAG=${{ join(steps.metaassertions.outputs.tags ) }}