Skip to content

Commit

Permalink
Merge pull request #117 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 df4bb41 + db8dfbe commit fde668d
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 fde668d

Please sign in to comment.