Skip to content

Commit

Permalink
Merge pull request #79 from anyproto/refactoring-push-docker-image
Browse files Browse the repository at this point in the history
.github/workflows/push-docker-image.yml refactoring dockerfile-cmd
  • Loading branch information
fb929 authored Jun 28, 2024
2 parents 1aec721 + 5208991 commit b1e1e7b
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
with:
release: ${{ github.event.release.tag_name }}
dockerfile-cmd: /bin/any-sync-coordinator -c /etc/any-sync-coordinator/config.yml
dockerfile-cmd: '["/bin/any-sync-coordinator", "-c", "/etc/any-sync-coordinator/config.yml"]'

0 comments on commit b1e1e7b

Please sign in to comment.