diff --git a/.github/workflows/osrm-backend-docker.yml b/.github/workflows/osrm-backend-docker.yml index 85cd8536d..35d54417e 100644 --- a/.github/workflows/osrm-backend-docker.yml +++ b/.github/workflows/osrm-backend-docker.yml @@ -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