fix: Fixes typos.
This commit is contained in:
parent
180faa680b
commit
f39710662e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue