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
|
- name: Check if the container should be built
|
||||||
id: builder
|
id: builder
|
||||||
env:
|
env:
|
||||||
RUN: ${{ toJSON(inputs.build || !contains(steps.version.outputs.version, '-')) }}
|
RUN: ${{ toJSON(inputs.build || !contains(steps.version.outputs.version, '-g')) }}
|
||||||
run: |
|
run: |
|
||||||
echo "run=$RUN" >> $GITHUB_OUTPUT
|
echo "run=$RUN" >> $GITHUB_OUTPUT
|
||||||
echo "Run build: $RUN"
|
echo "Run build: $RUN"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue