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 0eeb835 commit e0df5ccCopy full SHA for e0df5cc
.github/workflows/build.yml
@@ -18,7 +18,8 @@ jobs:
18
DOCKER_LOGIN_USERNAME: ${{ secrets.DOCKER_LOGIN_USERNAME }}
19
DOCKER_LOGIN_PASSWORD: ${{ secrets.DOCKER_LOGIN_PASSWORD }}
20
run: |
21
+ sudo apt-get update
22
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
23
sudo service docker restart
24
sudo apt-get install -y debootstrap
- sudo make ci LOGIN_USERNAME=$DOCKER_LOGIN_USERNAME LOGIN_PASSWORD=$DOCKER_LOGIN_PASSWORD TAG=`date +"%Y-%m-%d-%H%M%S"`
25
+ sudo make ci LOGIN_USERNAME=$DOCKER_LOGIN_USERNAME LOGIN_PASSWORD=$DOCKER_LOGIN_PASSWORD TAG=`date +"%Y-%m-%d-%H%M%S"`
0 commit comments