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

This commit is contained in:
phil 2024-11-04 04:36:12 +01:00
parent c1ffb17162
commit a23674ff63

View file

@ -94,7 +94,7 @@ jobs:
containerfiles: |
./Containerfile
build-args: |
"APP_VERSION=$VERSION"
"APP_VERSION=${{ steps.version.outputs.version }}"
- name: Push the image to the registry
if: fromJSON(steps.builder.outputs.run)