fix(ci): make version file work

This commit is contained in:
valerie 2024-05-04 19:11:14 -04:00
parent bf3bc761a5
commit e02edd34b6
No known key found for this signature in database
GPG key ID: BC4072495F2567DE

View file

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