Skip to content

Commit

Permalink
Merge branch 'main' into GO-2482-new-sync-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrakhman committed Aug 5, 2024
2 parents 7333824 + fde668d commit 5187911
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 @@ -11,4 +11,4 @@ jobs:
with:
release: ${{ github.event.release.tag_name }}
dockerfile-run: apt-get update && apt-get install -y ca-certificates
dockerfile-cmd: /bin/any-sync-filenode -c /etc/any-sync-filenode/config.yml
dockerfile-cmd: '["/bin/any-sync-filenode", "-c", "/etc/any-sync-filenode/config.yml"]'

0 comments on commit 5187911

Please sign in to comment.