diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b319543f6..5666da917 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -166,7 +166,7 @@ jobs: tag_name: ${{ needs.check-tag.outputs.current_tag }} name: Release ${{ needs.check-tag.outputs.current_tag }} body: | - Rebuilt image for tag ${{ needs.check-tag.outputs.current_tag }}. + New version synced from upstream ComfyUI. Docker image: - docker pull ${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }} - docker pull ${{ env.IMAGE_NAME }}:latest