Push latest

This commit is contained in:
Nicolas Chan 2021-03-20 02:28:55 -07:00
parent 07130df35d
commit 6c1ea21ad2

View file

@ -45,3 +45,4 @@ jobs:
echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
docker build . --file Dockerfile --tag ghcr.io/nicolaschan/minecraft-backup:$GITHUB_SHA --tag ghcr.io/nicolaschan/minecraft-backup:latest
docker push ghcr.io/nicolaschan/minecraft-backup:$GITHUB_SHA
docker push ghcr.io/nicolaschan/minecraft-backup:latest