CI: build container when the version is a clean git tag 16

This commit is contained in:
phil 2024-11-03 18:58:37 +01:00
parent 3252d2c940
commit 41697d0290

View file

@ -28,12 +28,13 @@ jobs:
echo "run=$RUN" >> $GITHUB_OUTPUT
echo "Run build: $RUN"
- name: Check
- name: Info - version and if the image container should be built
env:
VERSION: ${{ steps.version.outputs.version }}
RUN: ${{ steps.builder.outputs.run }}
FORCE: ${{ inputs.build }}
run: |
echo "Version $VERSION, run the build: $RUN"
echo "Version $VERSION, force (manual input): $FORCE, run the build: $RUN"
- uses: pnpm/action-setup@v4
name: Install pnpm