Skip to content

Commit e0df5cc

Browse files
authored
Update build.yml
1 parent 0eeb835 commit e0df5cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
DOCKER_LOGIN_USERNAME: ${{ secrets.DOCKER_LOGIN_USERNAME }}
1919
DOCKER_LOGIN_PASSWORD: ${{ secrets.DOCKER_LOGIN_PASSWORD }}
2020
run: |
21+
sudo apt-get update
2122
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
2223
sudo service docker restart
2324
sudo apt-get install -y debootstrap
24-
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

Comments
 (0)