don't use cache between builds
This commit is contained in:
parent
53eca5ee0c
commit
5d91d47ee8
3
.github/workflows/osrm-backend-docker.yml
vendored
3
.github/workflows/osrm-backend-docker.yml
vendored
@ -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 ) }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user