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

This commit is contained in:
phil 2024-11-03 18:54:42 +01:00
parent db7b2ef6e0
commit 3252d2c940

View file

@ -23,7 +23,7 @@ jobs:
- name: Check if the container should be built
id: builder
env:
RUN: toJSON(${{ inputs.build || !contains(steps.version.outputs.version, '-')) }}
RUN: ${{ toJSON(inputs.build || !contains(steps.version.outputs.version, '-')) }}
run: |
echo "run=$RUN" >> $GITHUB_OUTPUT
echo "Run build: $RUN"