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

This commit is contained in:
phil 2024-11-03 18:51:49 +01:00
parent cff2d0f5eb
commit cc7256dbad

View file

@ -31,7 +31,7 @@ jobs:
- name: Check - name: Check
env: env:
VERSION: ${{ steps.version.outputs.version }} VERSION: ${{ steps.version.outputs.version }}
RUN: ${{ fromJSON(steps.builder.outputs.run)}} RUN: ${{ steps.builder.outputs.run)}}
run: | run: |
echo "Version $VERSION, run the build: $RUN" echo "Version $VERSION, run the build: $RUN"