diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 1899c58e..d2055b75 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -471,8 +471,8 @@ jobs: # Job 2: Build & Push Docker Image build: name: Build Docker Image - needs: [changes] - if: needs.changes.outputs.needs_build == 'true' + needs: [changes, runtime-base] + if: always() && needs.changes.outputs.needs_build == 'true' runs-on: docker-build outputs: image_tag: ${{ steps.image_info.outputs.IMAGE_TAG }}