Skip to content

Commit

Permalink
JH:Update 2024.02
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Feb 29, 2024
1 parent 71b1789 commit 7a0a29e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
id-token: write
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4

- name: update build.yaml
run: cp -f build-jethub.yaml build.yaml
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build base image
uses: jethub-homeassistant/builder@2023.12.0
uses: jethub-homeassistant/builder@2024.01.0
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build base image
uses: jethub-homeassistant/builder@2023.12.0
uses: jethub-homeassistant/builder@2024.01.0
with:
args: |
$BUILD_ARGS \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jh-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down
10 changes: 5 additions & 5 deletions build-jethub.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image: ghcr.io/jethub-homeassistant/{arch}-homeassistant
build_from:
aarch64: ghcr.io/jethub-homeassistant/aarch64-homeassistant-base:2023.10.1
armhf: ghcr.io/jethub-homeassistant/armhf-homeassistant-base:2023.10.1
armv7: ghcr.io/jethub-homeassistant/armv7-homeassistant-base:2023.10.1
amd64: ghcr.io/jethub-homeassistant/amd64-homeassistant-base:2023.10.1
i386: ghcr.io/jethub-homeassistant/i386-homeassistant-base:2023.10.1
aarch64: ghcr.io/jethub-homeassistant/aarch64-homeassistant-base:2024.02.0
armhf: ghcr.io/jethub-homeassistant/armhf-homeassistant-base:2024.02.0
armv7: ghcr.io/jethub-homeassistant/armv7-homeassistant-base:2024.02.0
amd64: ghcr.io/jethub-homeassistant/amd64-homeassistant-base:2024.02.0
i386: ghcr.io/jethub-homeassistant/i386-homeassistant-base:2024.02.0
codenotary:
signer: [email protected]
base_image: [email protected]
Expand Down

0 comments on commit 7a0a29e

Please sign in to comment.