CI: fix app version 3
This commit is contained in:
parent
c1ffb17162
commit
a23674ff63
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ jobs:
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Containerfile
|
./Containerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
"APP_VERSION=$VERSION"
|
"APP_VERSION=${{ steps.version.outputs.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