From f39710662e0d2b577fa0c21e943391158ce6148f Mon Sep 17 00:00:00 2001 From: greysoh Date: Sun, 5 May 2024 18:32:39 -0400 Subject: [PATCH] fix: Fixes typos. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bb9ab0..1d9005e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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