Skip to content

Commit

Permalink
Update beta and main workflows to adjust target paths for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvdhoven committed Nov 28, 2024
1 parent fe635d2 commit bf32304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish"
name: "Publish beta"

on:
workflow_dispatch:
Expand All @@ -22,5 +22,5 @@ jobs:
with:
args: |
--all \
--target /data/homeassistant-samsung-frame-art \
--target /data/homeassistant-samsung-frame-art-beta \
--docker-hub gijsvdhoven
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
args: |
--all \
--target /data/homeassistant-samsung-frame-art-beta \
--target /data/homeassistant-samsung-frame-art \
--docker-hub gijsvdhoven

0 comments on commit bf32304

Please sign in to comment.