CI: build container when the version is a clean git tag 17
All checks were successful
/ build (push) Successful in 27s

This commit is contained in:
phil 2024-11-03 18:59:22 +01:00
parent 41697d0290
commit c4c5fd9f11

View file

@ -32,7 +32,7 @@ jobs:
env:
VERSION: ${{ steps.version.outputs.version }}
RUN: ${{ steps.builder.outputs.run }}
FORCE: ${{ inputs.build }}
FORCE: ${{ toJSON(inputs.build) }}
run: |
echo "Version $VERSION, force (manual input): $FORCE, run the build: $RUN"