oops
This commit is contained in:
parent
6797bdc473
commit
8a203b605b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_stable.yml
vendored
2
.github/workflows/release_stable.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: rebuild
|
||||
if: ((steps.registry.outputs.image_exists == 'truye') && (github.event.inputs.force_rebuild == 'true'))
|
||||
if: ((steps.registry.outputs.image_exists == 'true') && (github.event.inputs.force_rebuild == 'true'))
|
||||
run: |
|
||||
SUMMARY=$'Rebuilding image ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ steps.dotclear.outputs.tag }} is forced.'
|
||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||
|
|
Loading…
Reference in a new issue