CI: build container when the version is a clean git tag 5
Some checks failed
/ build (push) Failing after 20s

This commit is contained in:
phil 2024-11-03 16:27:07 +01:00
parent a6f3e3c800
commit c9768a4040

View file

@ -25,7 +25,11 @@ jobs:
run: echo "run=toJSON(${{ inputs.build || !contains(steps.version.output.version, '-')) }}" >> $GITHUB_OUTPUT
- name: Check
run: echo "Build? ${{fromJSON(steps.builder.output.run)}}"
run: |
echo version
echo steps.version.output.version
echo Build
echo ${{fromJSON(steps.builder.output.run)}}
- uses: pnpm/action-setup@v4
name: Install pnpm