fix: Also build for latest.

This commit is contained in:
greysoh 2024-05-04 19:36:42 -04:00
parent 67bd87a0e5
commit 6cf26da4df
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -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