docker: Add tag
All checks were successful
Build Docker / Build Docker (push) Successful in 22s
OnPush / CheckFiles (push) Successful in 7s

This commit is contained in:
Nathan Woodburn 2023-07-27 22:37:26 +10:00
parent e569d0859d
commit 5aaaa42fea
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -29,6 +29,7 @@ jobs:
apt-get install docker-ce-cli -y
echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin
docker build -t woodburn:latest .
docker tag woodburn:latest git.woodburn.au/nathanwoodburn/woodburn:latest
docker push git.woodburn.au/nathanwoodburn/woodburn:latest