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

This commit is contained in:
phil 2024-11-03 18:44:21 +01:00
parent bcb9807f6f
commit 7e38cf9b46

View file

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