Skip to content

Commit

Permalink
FIX: Use correct syntax for multiple build args per docker support te…
Browse files Browse the repository at this point in the history
…am advice
  • Loading branch information
thclark authored Jan 21, 2022
1 parent 6ea09c0 commit 0814a7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
build-args: "GDAL_VERSION=${{ matrix.gdal }} --build-arg BASE_IMAGE=${{ steps.vars.outputs.base_image }} --build-arg INSTALL_DEV_TOOLS=${{ steps.vars.outputs.install_dev_tools }}"
build-args: |
GDAL_VERSION=${{ matrix.gdal }}
BASE_IMAGE=${{ steps.vars.outputs.base_image }}
INSTALL_DEV_TOOLS=${{ steps.vars.outputs.install_dev_tools }}
push: true
tags: windpioneers/gdal-python:${{ steps.generator.outputs.name }}-gdal-${{ matrix.gdal }}-python-${{ matrix.python }}-${{ matrix.mode }}

Expand Down

0 comments on commit 0814a7d

Please sign in to comment.