From 3e5f1d96b5ba7f96bead8b53fa8d69a1105c67b1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 26 Jun 2023 18:49:13 +0200 Subject: [PATCH] Fix Tag (#4406) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 67ccf05aa..27564d1ec 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -219,7 +219,7 @@ jobs: if: needs.init.outputs.publish == 'true' run: | docker pull ghcr.io/home-assistant/amd64-hassio-supervisor:${{ needs.init.outputs.version }} - docker tag ghcr.io/home-assistant/amd64-hassio-supervisor:${{ needs.init.outputs.version }} homeassistant/amd64-hassio-supervisor:runner + docker tag ghcr.io/home-assistant/amd64-hassio-supervisor:${{ needs.init.outputs.version }} ghcr.io/home-assistant/amd64-hassio-supervisor:runner - name: Create the Supervisor run: |