forked from philorg/treetrail-frontend
CI: build container when the version is a clean git tag 16
This commit is contained in:
parent
3252d2c940
commit
41697d0290
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue