Skip to content

Commit

Permalink
sudo to restart docker
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 20, 2020
1 parent 63dfae4 commit bc720c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Expand Up @@ -64,8 +64,8 @@ jobs:
echo "##[group] Finalize image"
# enable experimental features in Docker to squash
echo '{ "experimental": true}' | sudo tee /etc/docker/daemon.json
service docker restart
echo '{ "experimental": true}' | sudo tee -a /etc/docker/daemon.json
sudo service docker restart
docker build ${DOCKER_BUILD_ARGS} \
--cache-from "qgis/qgis:BUILDER" \
--squash \
Expand Down

0 comments on commit bc720c8

Please sign in to comment.