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

This commit is contained in:
phil 2024-11-03 18:28:35 +01:00
parent c9768a4040
commit 5ff4f33a01

View file

@ -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