fix: make builder also push to latest
This commit is contained in:
parent
3dcd3ecddc
commit
86dd65b05b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -34,4 +34,5 @@ jobs:
|
|||
- name: build images
|
||||
run: |
|
||||
docker build ./api --tag ghcr.io/greysoh/api:${{ steps.get_version.outputs.version }}
|
||||
docker push ghcr.io/greysoh/api:latest
|
||||
docker push ghcr.io/greysoh/api:${{ steps.get_version.outputs.version }}
|
Loading…
Add table
Add a link
Reference in a new issue