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

This commit is contained in:
phil 2024-11-03 18:53:59 +01:00
parent cc7256dbad
commit db7b2ef6e0

View file

@ -31,7 +31,7 @@ jobs:
- name: Check - name: Check
env: env:
VERSION: ${{ steps.version.outputs.version }} VERSION: ${{ steps.version.outputs.version }}
RUN: ${{ 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"