fix: Fixes typos.

This commit is contained in:
greysoh 2024-05-05 18:32:39 -04:00
parent 180faa680b
commit f39710662e
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -79,7 +79,7 @@ jobs:
docker build ./api --tag ghcr.io/greysoh/api:$(cat VERSION)
- name: Publish all docker images
run: >
run: |
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