Skip to content

Commit d1022e8

Browse files
committed
fix ci
1 parent 4ef3ac2 commit d1022e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
for runtime in ${runtimes}; do
126126
docker build \
127127
--platform=linux/amd64 \
128-
--build-arg GDAL_VERSION=${{ env.GDAL_VERSION_TAG }} \
128+
--build-arg GDAL_VERSION_TAG=${{ env.GDAL_VERSION_TAG }} \
129129
--build-arg RUNTIME_VERSION=${runtime} \
130130
-f dockerfiles/runtimes/python \
131131
-t ghcr.io/${{ github.repository_owner }}/lambda-gdal:${{ env.GDAL_VERSION_TAG }}-python${runtime} .

0 commit comments

Comments
 (0)