Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit ebd49b7

Browse files
Merge pull request #13 from MaterializeInc/output_target
output target, so it doesn't always think that changed
2 parents af91729 + 5592e87 commit ebd49b7

File tree

1 file changed

+1
-0
lines changed
  • cmd/pulumi-resource-docker-buildkit

1 file changed

+1
-0
lines changed

cmd/pulumi-resource-docker-buildkit/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ func (k *dockerBuildkitProvider) dockerBuild(
298298
outputs := map[string]interface{}{
299299
"dockerfile": dockerfile,
300300
"context": context,
301+
"target": target,
301302
"name": name,
302303
"platforms": platforms,
303304
"contextDigest": contextDigest,

0 commit comments

Comments
 (0)