Skip to content

Commit

Permalink
Merge branch 'master' into autobot/sambanas
Browse files Browse the repository at this point in the history
  • Loading branch information
dianlight authored Dec 21, 2024
2 parents aaedbba + eacb8fc commit 9a758fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
run: echo "BR_PROJECT=$(TMP=${{github.head_ref}};echo ${TMP##*/})" >> "$GITHUB_OUTPUT"
id: extract_branch

- name: Publish ${{ steps.extract_branch.outputs.BR_VERSION }} Addon
- name: Publish ${{ steps.extract_branch.outputs.BR_PROJECT }} Addon
uses: home-assistant/builder@master
env:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
with:
args: |
--all \
--target ${{ steps.extract_branch.outputs.BR_VERSION }} \
--target ${{ steps.extract_branch.outputs.BR_PROJECT }} \
--docker-hub dianlight

0 comments on commit 9a758fb

Please sign in to comment.