CI: build container when the version is a clean git tag 11
Some checks failed
/ build (push) Failing after 21s
Some checks failed
/ build (push) Failing after 21s
This commit is contained in:
parent
bcb9807f6f
commit
7e38cf9b46
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue