Skip to content

Commit

Permalink
Only support github registry (#168)
Browse files Browse the repository at this point in the history
* Only support github registry

* publishing image
  • Loading branch information
pvizeli committed Jun 9, 2023
1 parent be571d6 commit 5f52577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5f52577

Please sign in to comment.