use the right build-args
This commit is contained in:
parent
5d91d47ee8
commit
e80b3bbcb1
4
.github/workflows/osrm-backend-docker.yml
vendored
4
.github/workflows/osrm-backend-docker.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
no-cache: true
|
||||
build-args: |
|
||||
DOCKER_TAG=${{ join(steps.metaassertions.outputs.tags ) }}
|
||||
DOCKER_TAG=${{ join(steps.meta.outputs.tags ) }}
|
||||
|
||||
|
||||
- name: Build container image - debug
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
tags: ${{ steps.metadebug.outputs.tags }}
|
||||
no-cache: true
|
||||
build-args: |
|
||||
DOCKER_TAG=${{ join(steps.metaassertions.outputs.tags ) }}
|
||||
DOCKER_TAG=${{ join(steps.metadebug.outputs.tags ) }}
|
||||
|
||||
|
||||
- name: Build container image - assertions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user