From e02edd34b632384bc661afa61deaa8b96b0cdc77 Mon Sep 17 00:00:00 2001 From: dess Date: Sat, 4 May 2024 19:11:14 -0400 Subject: [PATCH] fix(ci): make version file work --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b6083e..39d0ece 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: do file_text=$line done < "$input_file" - echo ::set-output name=version::$file_text + echo "version=$file_text" >> $GITHUB_OUTPUT - name: build images run: | docker build ./api --tag ghcr.io/greysoh/api:${{ steps.get_version.outputs.version }}