From 01f60b969bb12931f09da89db6bae4ff3c8cf564 Mon Sep 17 00:00:00 2001 From: PeterShipstoneAND <132479391+PeterShipstoneAND@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:02:49 +0100 Subject: [PATCH] fixed --set-env-vars bug (#34) --- .github/workflows/build-and-push-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 760c2cfff..b589e00a4 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -132,6 +132,6 @@ jobs: --image ${{ secrets.AZ_ACR_URL }}/${{ env.DOCKER_IMAGE }}:${{ needs.set-env.outputs.release }} \ --output none \ --set-env-vars Contentful__DeliveryApiKey=secretref:contentful--deliveryapikey \ - --set-env-vars Contentful__PreviewApiKey=secretref:contentful--previewapikey \ - --set-env-vars Contentful__SpaceId=secretref:contentful--spaceid \ - --set-env-vars Contentful__Environment=secretref:contentful--environment \ No newline at end of file + Contentful__PreviewApiKey=secretref:contentful--previewapikey \ + Contentful__SpaceId=secretref:contentful--spaceid \ + Contentful__Environment=secretref:contentful--environment \ No newline at end of file