From 9925a4e7da4536791081f24fbacad83da65d4b0f Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Tue, 12 Dec 2023 13:14:49 -0800 Subject: [PATCH] Working on building sample images --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 890d96fd..f822e8bf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: app: demo env: default path: ./samples/demo/app.bicep - args: --application demo --image localhost:51351/samples/demo + args: --application demo -p image=localhost:51351/samples/demo uiTestFile: tests/demo/demo.app.spec.ts port: 3000 container: demo @@ -49,7 +49,7 @@ jobs: app: dapr env: default path: ./samples/dapr/dapr.bicep - args: --frontendImage localhost:51351/samples/dapr-frontend --backendImage localhost:51351/samples/dapr-backend + args: -p frontendImage=localhost:51351/samples/dapr-frontend -p backendImage=localhost:51351/samples/dapr-backend enableDapr: true images: samples/dapr-frontend,samples/dapr-backend directories: samples/dapr/ui/,samples/dapr/nodeapp/ @@ -58,7 +58,7 @@ jobs: app: myapp env: default path: ./samples/volumes/app.bicep - args: --image localhost:51351/samples/volumes + args: -p image=localhost:51351/samples/volumes enableDapr: false images: samples/volumes directories: samples/volumes/