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: |