try getting version info from evn var instead w/ burnettk

This commit is contained in:
jasquat 2023-04-07 15:59:46 -04:00
parent 14d29cd005
commit 48ef9caeeb
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ jobs:
working-directory: spiffworkflow-backend
run: |
touch app_version.json
echo '${{ steps.meta.outputs.labels }}' > app_version.json
echo $DOCKER_METADATA_OUTPUT_JSON | jq '.labels' > app_version.json
- name: Build and push Backend Docker image
uses: docker/build-push-action@v4.0.0
with: