forked from philorg/treetrail-frontend
CI: build container when the version is a clean git tag 2
This commit is contained in:
parent
c3cbafbae3
commit
7f037dcbf8
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ jobs:
|
|||
id: builder
|
||||
run: echo "run=${{ inputs.build || !contains(steps.version.output.version, '-') }}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Check
|
||||
run: echo "Build? ${{ steps.builder.output.run }}"
|
||||
|
||||
- name: Build container
|
||||
if: ${{ steps.builder.output.run }}
|
||||
uses: actions/buildah-build@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue