Skip to content

Commit

Permalink
fixed --set-env-vars bug (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterShipstoneAND authored Jun 1, 2023
1 parent 97e8d0b commit 01f60b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Contentful__PreviewApiKey=secretref:contentful--previewapikey \
Contentful__SpaceId=secretref:contentful--spaceid \
Contentful__Environment=secretref:contentful--environment

0 comments on commit 01f60b9

Please sign in to comment.