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