glamorous-sugar-17139
10/17/2025, 3:52 PM@pulumi/docker-build from 0.0.12 to 0.0.15. I use the Github Actions cache for deployments from Github Actions and have it disabled for local deployments. I removed the token input but I am now getting this error when trying to deploy:
docker-build:index:Image (api-image):
error: 2 failures decoding:
cacheFrom[0]: An error occurred decoding 'ImageState.cacheFrom[0]': 1 failures decoding:
gha: An error occurred decoding 'CacheFrom.gha': 2 failures decoding:
token: Unrecognized field 'token' on 'internal.CacheFromGitHubActions'
url: Unrecognized field 'url' on 'internal.CacheFromGitHubActions'
cacheTo[0]: An error occurred decoding 'ImageState.cacheTo[0]': 1 failures decoding:
gha: An error occurred decoding 'CacheTo.gha': 2 failures decoding:
token: Unrecognized field 'token' on 'internal.CacheToGitHubActions'
url: Unrecognized field 'url' on 'internal.CacheToGitHubActions'
I exported the stack and removed the token and url fields and imported it again but this had no effect.modern-spring-15520
10/17/2025, 4:49 PMpulumi state delete the image and then run up, and it should recreate it.glamorous-sugar-17139
10/17/2025, 5:29 PM