Skip to content

Commit

Permalink
fix writing old image digest to recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Dec 12, 2023
1 parent 6eaccd1 commit b6750d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ func (s *ABSystem) RunOperation(operation ABSystemOperation) error {
}
} else {
imageName = settings.Cnf.FullImageName + "@" + imageDigest
labels["ABRoot.BaseImageDigest"] = s.CurImage.Digest
labels["ABRoot.BaseImageDigest"] = imageDigest
}

// Delete old image
Expand Down

0 comments on commit b6750d4

Please sign in to comment.