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

This commit is contained in:
Nathan Woodburn 2023-07-27 22:11:01 +10:00
parent f317cd7759
commit 6dbe1b9d18
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -20,7 +20,7 @@ jobs:
done
- name: Build Docker image
run : |
apt install docker.io -y
apk add --no-cache docker-cli
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