From e0eb39a22eba1a353f686ca0bcdf76b16166feed Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Wed, 4 Feb 2026 23:13:29 +0100 Subject: [PATCH] test --- .github/actions/builder/machine/action.yml | 1 + .github/workflows/builder.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/builder/machine/action.yml b/.github/actions/builder/machine/action.yml index 9b96fa5c3b7..858f1666fd7 100644 --- a/.github/actions/builder/machine/action.yml +++ b/.github/actions/builder/machine/action.yml @@ -66,3 +66,4 @@ runs: dockerfile: machine/${{ inputs.machine }} cosign-base-identity: "https://github.com/home-assistant/core/.*" additional-labels: ${{ steps.vars.outputs.labels }} + push: false diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 8929b1ea2f7..4859447ec8c 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -250,7 +250,6 @@ jobs: machine: ${{ matrix.machine.name }} version: ${{ needs.init.outputs.version }} arch: ${{ matrix.machine.arch }} - push: false # publish_ha: # name: Publish version files