docker: try to get linux version
Some checks failed
Build Docker / CheckFiles (push) Failing after 7s
OnPush / CheckFiles (push) Successful in 6s

This commit is contained in:
Nathan Woodburn 2023-07-27 22:19:38 +10:00
parent 6dbe1b9d18
commit 731f62e151
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -20,7 +20,7 @@ jobs:
done
- name: Build Docker image
run : |
apk add --no-cache docker-cli
cat /etc/os-release
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