fix: Add dockerfile
All checks were successful
Build Docker / Build Image (push) Successful in 21s

This commit is contained in:
2023-10-30 15:41:18 +11:00
parent 18b18bc2a2
commit 1eb9176f0f
2 changed files with 17 additions and 1 deletions

View File

@@ -20,7 +20,6 @@ jobs:
apt-get install docker-ce-cli -y
- name: Build Docker image
run : |
cd master
echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
tag=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}