forked from philorg/treetrail-frontend
CI: build container when the version is a clean git tag 5
This commit is contained in:
parent
a6f3e3c800
commit
c9768a4040
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue