Skip to content

Commit

Permalink
add publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmoby committed Oct 31, 2024
1 parent 8022b06 commit dcf2dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish
uses: home-assistant/builder@master
- name: Home Assistant builder
uses: home-assistant/builder@2024.08.2
with:
args: |
--all \
--target wireguard_client \
--docker-hub bigmoby \
-i wireguard_client \
-b main \
--image wireguard_client \
--branch main \
--addon \
--no-cache

0 comments on commit dcf2dd1

Please sign in to comment.