diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2aedf4a..9f2b50f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,12 +44,6 @@ jobs: if: github.event_name == 'release' name: Set tag envronment variable - - name: Login to DockerHub - uses: docker/login-action@v2.2.0 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Login to GitHub Container Registry uses: docker/login-action@v2.2.0 with: diff --git a/build.yaml b/build.yaml index e5fe2f3..478a94f 100644 --- a/build.yaml +++ b/build.yaml @@ -1,5 +1,4 @@ -image: "homeassistant/{arch}-builder" -shadow_repository: "ghcr.io/home-assistant" +image: "ghcr.io/homeassistant/{arch}-builder" build_from: aarch64: "ghcr.io/home-assistant/aarch64-base:3.18" armv7: "ghcr.io/home-assistant/armv7-base:3.18"