we need the app_version file in the backned more w/ burnettk
This commit is contained in:
parent
dc93b69c3f
commit
56bc6d24a0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue