CI: fix app version
All checks were successful
/ test (push) Successful in 17s
/ build (push) Successful in 11s

This commit is contained in:
phil 2024-11-04 04:10:09 +01:00
parent 1693662e75
commit d1b7357de4

View file

@ -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)