This commit is contained in:
Jean-Christian Denis 2024-12-21 17:09:07 +01:00
parent f2e64f7544
commit d77f147ac0
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -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