CI: build container when the version is a clean git tag 6
Some checks failed
/ build (push) Failing after 21s
Some checks failed
/ build (push) Failing after 21s
This commit is contained in:
parent
c9768a4040
commit
5ff4f33a01
1 changed files with 6 additions and 2 deletions
|
@ -24,12 +24,16 @@ jobs:
|
|||
id: builder
|
||||
run: echo "run=toJSON(${{ inputs.build || !contains(steps.version.output.version, '-')) }}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Yo
|
||||
run: |
|
||||
echo Yo
|
||||
|
||||
- name: Check
|
||||
run: |
|
||||
echo version
|
||||
echo steps.version.output.version
|
||||
echo "${{ steps.version.output.version }}"
|
||||
echo Build
|
||||
echo ${{fromJSON(steps.builder.output.run)}}
|
||||
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