Skip to content

Commit

Permalink
tune build
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-panteleev committed Jun 5, 2024
1 parent 248e6cf commit b4ee097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2024.03.5
uses: home-assistant/builder@master
with:
args: |
--${{ matrix.arch }} \
Expand Down
2 changes: 1 addition & 1 deletion hassio-vouch-proxy/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ build_from:
i386: "ghcr.io/home-assistant/i386-base:3.20"
labels:
org.opencontainers.image.title: "Home Assistant Add-on: Vouch Proxy"
org.opencontainers.image.description: "Auth proxy that using Home Assistant as auth provider"
org.opencontainers.image.description: "This add-on allows you to add authentication to other services by leveraging Home Assistant as the auth provider."
org.opencontainers.image.source: "https://github.com/igor-panteleev/hassio-addons"
org.opencontainers.image.licenses: "MIT"

0 comments on commit b4ee097

Please sign in to comment.