diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index 9aebb40..a5ee41c 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -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"]'