appease actionlint

This commit is contained in:
burnettk 2023-04-23 23:41:28 -04:00
parent 71f9b46002
commit 48ec8613ab
No known key found for this signature in database

View File

@ -65,7 +65,7 @@ jobs:
- name: Write app version info - name: Write app version info
working-directory: spiffworkflow-frontend working-directory: spiffworkflow-frontend
run: echo $DOCKER_METADATA_OUTPUT_JSON | jq '.labels' > version_info.json run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json
- name: Build and push Frontend Docker image - name: Build and push Frontend Docker image
uses: docker/build-push-action@v4.0.0 uses: docker/build-push-action@v4.0.0
with: with:
@ -109,7 +109,7 @@ jobs:
- name: Write app version info - name: Write app version info
working-directory: spiffworkflow-backend working-directory: spiffworkflow-backend
run: echo $DOCKER_METADATA_OUTPUT_JSON | jq '.labels' > version_info.json run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json
- name: Build and push Backend Docker image - name: Build and push Backend Docker image
uses: docker/build-push-action@v4.0.0 uses: docker/build-push-action@v4.0.0
with: with: