re-enable conditional build for docker image
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-and-push (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been cancelled

This commit is contained in:
2025-07-06 21:22:33 -07:00
parent 944aa5c104
commit b9076ec850

View File

@@ -61,8 +61,7 @@ jobs:
push-docker: push-docker:
needs: build-and-push needs: build-and-push
if: always() if: needs.build-and-push-rootfs.outputs.tarball-updated == 'true'
# if: needs.build-and-push-rootfs.outputs.tarball-updated == 'true'
runs-on: docker-build2 runs-on: docker-build2
steps: steps: