Skip to content

Commit cf2bd2c

Browse files
fix(build): invalidate imageSpec cache
1 parent e562812 commit cf2bd2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/build/stage/image_spec.go

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func (s *ImageSpecStage) PrepareImage(ctx context.Context, _ Conveyor, _ contain
9898
func (s *ImageSpecStage) GetDependencies(_ context.Context, _ Conveyor, _ container_backend.ContainerBackend, _, _ *StageImage, _ container_backend.BuildContextArchiver) (string, error) {
9999
var args []string
100100

101+
args = append(args, "1")
101102
args = append(args, s.imageSpec.Author)
102103
args = append(args, fmt.Sprint(s.imageSpec.ClearHistory))
103104

0 commit comments

Comments
 (0)