We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db34eb commit e37f869Copy full SHA for e37f869
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
password: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Publish ${{ matrix.architecture }} builder
55
- uses: home-assistant/builder@2024.08.2
+ uses: home-assistant/builder@2025.02.0
56
with:
57
args: |
58
--${{ matrix.architecture }} \
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v4
31
32
- name: Build the builder
33
34
35
36
--test \
0 commit comments