This commit is contained in:
parent
a8de19625e
commit
a3340c406c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Check if the container should be built
|
||||
id: builder
|
||||
env:
|
||||
RUN: ${{ toJSON(inputs.build || !contains(steps.version.outputs.version, '-')) }}
|
||||
RUN: ${{ toJSON(inputs.build || !contains(steps.version.outputs.version, '-g')) }}
|
||||
run: |
|
||||
echo "run=$RUN" >> $GITHUB_OUTPUT
|
||||
echo "Run build: $RUN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue