Skip to content

Commit

Permalink
Fix Typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Jun 22, 2024
1 parent 44445ea commit d20c467
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish
- name: Build & Publish
uses: home-assistant/builder@master
with:
args: |
--all \
--target homedetector
--docker-user ${{ vars.DOCKERHUB_USERNAME }} \
--docker-password ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit d20c467

Please sign in to comment.