melodic-tailor-66495
09/13/2024, 3:19 AM"Unhandled exception. System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0."
This is my pulumi action in the workflow:
- name: Pulumi Up
uses: pulumi/actions@v3
with:
command: up
stack-name: value
cloud-url: value
env:
PULUMI_CONFIG_PASSPHRASE: value
AZURE_STORAGE_ACCOUNT: value
AZURE_STORAGE_KEY: value
AZURE_CLIENT_ID: value
AZURE_SUBSCRIPTION_ID: value
AZURE_TENANT_ID: value
I couldn't find anything about that error on pulumi website or on the internet. (edited)echoing-dinner-19531
09/16/2024, 8:25 PMmelodic-tailor-66495
09/19/2024, 12:30 AMmelodic-tailor-66495
09/19/2024, 12:51 AMpulumi.docker.image
! So am I forced to build the image every-time that I run Pulumi up?echoing-dinner-19531
09/19/2024, 6:10 AM