Skip to content

Commit

Permalink
Bump home-assistant/builder from 2023.06.0 to 2023.06.1 (#134)
Browse files Browse the repository at this point in the history
* Bump home-assistant/builder from 2023.06.0 to 2023.06.1

Bumps [home-assistant/builder](https:/home-assistant/builder) from 2023.06.0 to 2023.06.1.
- [Release notes](https:/home-assistant/builder/releases)
- [Commits](home-assistant/builder@2023.06.0...2023.06.1)

---
updated-dependencies:
- dependency-name: home-assistant/builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Using cosign

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <[email protected]>
  • Loading branch information
dependabot[bot] and pvizeli authored Jun 29, 2023
1 parent 7279c4d commit 1896f6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,17 @@ jobs:
name: Build ${{ matrix.arch }} plugin
needs: init
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
strategy:
matrix:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
uses: actions/[email protected]

- name: Login to DockerHub
if: needs.init.outputs.publish == 'true'
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
if: needs.init.outputs.publish == 'true'
uses: docker/[email protected]
Expand All @@ -74,11 +71,12 @@ jobs:
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV

- name: Build plugin
uses: home-assistant/[email protected].0
uses: home-assistant/[email protected].1
with:
args: |
$BUILD_ARGS \
--${{ matrix.arch }} \
--cosign \
--target /data \
--generic ${{ needs.init.outputs.version }}
env:
Expand Down
6 changes: 4 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
image: homeassistant/{arch}-hassio-observer
shadow_repository: ghcr.io/home-assistant
image: ghcr.io/home-assistant/{arch}-hassio-observer
build_from:
aarch64: scratch
armhf: scratch
Expand All @@ -9,6 +8,9 @@ build_from:
codenotary:
signer: [email protected]
base_image: [email protected]
cosign:
base_identity: https:/home-assistant/docker-base/.*
identity: https:/home-assistant/plugin-observer/.*
labels:
io.hass.type: observer
org.opencontainers.image.title: Home Assistant Observer Plugin
Expand Down

0 comments on commit 1896f6d

Please sign in to comment.