fix: make builder also push to latest

This commit is contained in:
valerie 2024-05-04 19:23:59 -04:00
parent 3dcd3ecddc
commit 86dd65b05b
No known key found for this signature in database
GPG key ID: BC4072495F2567DE

View file

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