Add latest tag
This commit is contained in:
parent
505589e9e9
commit
07130df35d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -43,5 +43,5 @@ jobs:
|
|||
- name: Build the Docker image
|
||||
run: |
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue