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

Commit

Permalink
Merge pull request #13 from MaterializeInc/output_target
Browse files Browse the repository at this point in the history
output target, so it doesn't always think that changed
  • Loading branch information
alex-hunt-materialize authored Feb 19, 2022
2 parents af91729 + 5592e87 commit ebd49b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/pulumi-resource-docker-buildkit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ func (k *dockerBuildkitProvider) dockerBuild(
outputs := map[string]interface{}{
"dockerfile": dockerfile,
"context": context,
"target": target,
"name": name,
"platforms": platforms,
"contextDigest": contextDigest,
Expand Down

0 comments on commit ebd49b7

Please sign in to comment.