|
@@ -20,6 +20,10 @@ jobs:
|
|
with:
|
|
with:
|
|
repository: wkhtmltopdf/packaging
|
|
repository: wkhtmltopdf/packaging
|
|
path: packaging
|
|
path: packaging
|
|
|
|
+ - name: configure docker
|
|
|
|
+ run: |
|
|
|
|
+ echo '{ "experimental": true }' | sudo tee /etc/docker/daemon.json
|
|
|
|
+ sudo systemctl restart docker
|
|
- name: build
|
|
- name: build
|
|
run: cd packaging && python3 ./build package-docker buster-amd64 ../wkhtmltopdf
|
|
run: cd packaging && python3 ./build package-docker buster-amd64 ../wkhtmltopdf
|
|
|
|
|