We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef3ac2 commit d1022e8Copy full SHA for d1022e8
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
for runtime in ${runtimes}; do
126
docker build \
127
--platform=linux/amd64 \
128
- --build-arg GDAL_VERSION=${{ env.GDAL_VERSION_TAG }} \
+ --build-arg GDAL_VERSION_TAG=${{ env.GDAL_VERSION_TAG }} \
129
--build-arg RUNTIME_VERSION=${runtime} \
130
-f dockerfiles/runtimes/python \
131
-t ghcr.io/${{ github.repository_owner }}/lambda-gdal:${{ env.GDAL_VERSION_TAG }}-python${runtime} .
0 commit comments