docker: Try apt install
Some checks failed
OnPush / CheckFiles (push) Successful in 8s
Build Docker / CheckFiles (push) Failing after 6s

This commit is contained in:
Nathan Woodburn 2023-07-27 22:00:44 +10:00
parent 6860a49c14
commit f317cd7759
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -20,6 +20,7 @@ jobs:
done
- name: Build Docker image
run : |
apt install docker.io -y
echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin
docker build -t woodburn-website:latest .
docker push git.woodburn.au/nathanwoodburn/woodburn-website:latest