From 251283985500af995c4b6d095df1ac8ebe0ad2e9 Mon Sep 17 00:00:00 2001 From: gabotechs Date: Sun, 11 Jun 2023 11:36:18 +0200 Subject: [PATCH] fix: entrypoint --- .github/workflows/test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 734a820..a06c759 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -20,7 +20,7 @@ jobs: services: signway: image: gabotechs/signway - options: --entrypoint 'signway my-id my-secret' + options: --entrypoint "signway my-id my-secret" ports: - 3000:3000