fix: Also build for latest.
This commit is contained in:
parent
67bd87a0e5
commit
6cf26da4df
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -30,5 +30,6 @@ jobs:
|
|||
- name: build images
|
||||
run: |
|
||||
docker build ./api --tag ghcr.io/greysoh/api:$(cat VERSION)
|
||||
docker push ghcr.io/greysoh/api:latest
|
||||
docker push ghcr.io/greysoh/api:$(cat VERSION)
|
||||
docker tag ghcr.io/greysoh/api:$(cat VERSION) ghcr.io/greysoh/api:latest
|
||||
docker push ghcr.io/greysoh/api:$(cat VERSION)
|
||||
docker push ghcr.io/greysoh/api:latest
|
Loading…
Add table
Add a link
Reference in a new issue