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

This commit is contained in:
phil 2024-11-03 16:21:16 +01:00
parent 4f8c764fbe
commit a6f3e3c800

View file

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