Skip to content

Commit

Permalink
Added missing backslash in docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpanajott committed Jul 26, 2023
1 parent cde16c3 commit a3a404a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
args: |
--all \
--target docker \
--image nspanelmanager-{arch}
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }}
--image NSPanelManager-{arch} \
--docker-hub ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit a3a404a

Please sign in to comment.