Skip to content

Commit

Permalink
.github/workflows/push-docker-image.yml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Jun 27, 2024
1 parent bd7d5e2 commit 8195093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
secrets: inherit # pass all secrets
with:
release: ${{ github.event.release.tag_name }}
dockerfile-cmd: ["/bin/any-sync-node", "-c", "/etc/any-sync-node/config.yml"]
dockerfile-cmd: '["/bin/any-sync-node", "-c", "/etc/any-sync-node/config.yml"]'

0 comments on commit 8195093

Please sign in to comment.