Skip to content

Commit

Permalink
fix build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 21, 2020
1 parent ef25ddf commit d1c45f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "##[endgroup]"
echo "##[group] Docker QGIS build"
DOCKER_BUILD_ARGS="--build-arg DOCKER_TAG="${DOCKER_TAG}_focal" --build-arg CC --build-arg CXX"
DOCKER_BUILD_ARGS="--build-arg 'DOCKER_TAG=${DOCKER_TAG}_focal' --build-arg CC --build-arg CXX"
docker build ${DOCKER_BUILD_ARGS} \
--cache-from "qgis/qgis:${DOCKER_TAG}_focal" \
-t "qgis/qgis:BUILDER" \
Expand Down

0 comments on commit d1c45f8

Please sign in to comment.