mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
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=-latest
|
||||||
type=ref,event=branch,suffix=-${{ steps.date.outputs.date }}
|
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
|
- 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user