CI: build container when the version is a clean git tag 4
Some checks failed
/ build (push) Failing after 21s
Some checks failed
/ build (push) Failing after 21s
This commit is contained in:
parent
4f8c764fbe
commit
a6f3e3c800
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue