CI: fix app version
This commit is contained in:
parent
1693662e75
commit
d1b7357de4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ jobs:
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Containerfile
|
./Containerfile
|
||||||
build-arg: |
|
build-arg: |
|
||||||
"VERSION=$VERSION"
|
"APP_VERSION=$VERSION"
|
||||||
|
|
||||||
- name: Push the image to the registry
|
- name: Push the image to the registry
|
||||||
if: fromJSON(steps.builder.outputs.run)
|
if: fromJSON(steps.builder.outputs.run)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue