attempt at getting build-args right
This commit is contained in:
parent
eefdb8e630
commit
34fdf2385b
12
.github/workflows/osrm-backend-docker.yml
vendored
12
.github/workflows/osrm-backend-docker.yml
vendored
@ -56,8 +56,8 @@ jobs:
|
||||
push: true
|
||||
file: ./docker/Dockerfile
|
||||
tags: ${{ steps.meta.outputs.labels }}
|
||||
build-args:
|
||||
- DOCKER_TAG: ${{ join(steps.metaassertions.outputs.labels }}
|
||||
build-args: |
|
||||
DOCKER_TAG=${{ join(steps.metaassertions.outputs.labels }}
|
||||
|
||||
|
||||
- name: Build container image - debug
|
||||
@ -66,8 +66,8 @@ jobs:
|
||||
push: true
|
||||
file: ./docker/Dockerfile
|
||||
tags: ${{ steps.metadebug.outputs.labels }}
|
||||
build-args:
|
||||
- DOCKER_TAG: ${{ join(steps.metaassertions.outputs.labels }}
|
||||
build-args: |
|
||||
DOCKER_TAG=${{ join(steps.metaassertions.outputs.labels }}
|
||||
|
||||
|
||||
- name: Build container image - assertions
|
||||
@ -76,8 +76,8 @@ jobs:
|
||||
push: true
|
||||
file: ./docker/Dockerfile
|
||||
tags: ${{ steps.metaassertions.outputs.labels }}
|
||||
build-args:
|
||||
- DOCKER_TAG: ${{ join(steps.metaassertions.outputs.labels }}
|
||||
build-args: |
|
||||
DOCKER_TAG=${{ join(steps.metaassertions.outputs.labels }}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user