From db8dfbecaa4e2a9905e3ec64d71bd85af32dc93d Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Thu, 27 Jun 2024 20:02:05 -0300 Subject: [PATCH] .github/workflows/push-docker-image.yml refactoring dockerfile-cmd --- .github/workflows/push-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index 7689398..ae17867 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -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"]'