we need the app_version file in the backned more w/ burnettk

This commit is contained in:
jasquat 2023-04-07 15:37:21 -04:00
parent dc93b69c3f
commit 56bc6d24a0
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ jobs:
type=ref,event=branch,suffix=-latest
type=ref,event=branch,suffix=-${{ steps.date.outputs.date }}
- name: Write app verison info
run: |
touch app_version.json
echo '${{ steps.meta.outputs.labels }}' > app_version.json
- name: Build and push Backend Docker image
uses: docker/build-push-action@v4.0.0
with: