The image utilizes the following container static container image in Batch Job:
us-central1-docker.pkg.dev/{{ secret('GCP_PROJECT_ID') }}/kestra/kestra-woohoo-v2:latest , no secret substitution.```yaml
...
The image utilizes the following container static container image in Batch Job:
us-central1-docker.pkg.dev/{{ secret('GCP_PROJECT_ID') }}/kestra/kestra-woohoo-v2:latest , no secret substitution.
Expected Behavior
The image utilizes the following container static container image in Batch Job:
us-central1-docker.pkg.dev/{{ secret('GCP_PROJECT_ID') }}/kestra/kestra-woohoo-v2:latest
, no secret substitution.```yaml ...expected container image:
us-central1-docker.pkg.dev/my-gcp-project-id/kestra/kestra-woohoo-v2:latest
Actual Behaviour
The image utilizes the following container static container image in Batch Job:
us-central1-docker.pkg.dev/{{ secret('GCP_PROJECT_ID') }}/kestra/kestra-woohoo-v2:latest
, no secret substitution.Steps To Reproduce
Environment Information
Example flow