forked from philorg/treetrail-frontend
CI: build container when the version is a clean git tag 7
This commit is contained in:
parent
5ff4f33a01
commit
3fc7a60bc5
1 changed files with 2 additions and 6 deletions
|
@ -24,16 +24,12 @@ jobs:
|
||||||
id: builder
|
id: builder
|
||||||
run: echo "run=toJSON(${{ inputs.build || !contains(steps.version.output.version, '-')) }}" >> $GITHUB_OUTPUT
|
run: echo "run=toJSON(${{ inputs.build || !contains(steps.version.output.version, '-')) }}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Yo
|
|
||||||
run: |
|
|
||||||
echo Yo
|
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
echo version
|
echo version
|
||||||
echo "${{ steps.version.output.version }}"
|
echo '${{ steps.version.output.version }}'
|
||||||
echo Build
|
echo Build
|
||||||
echo "${{ fromJSON(steps.builder.output.run)}}"
|
echo '${{ fromJSON(steps.builder.output.run)}}'
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue