We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
follow-up docker/actions-toolkit#652 (comment)
We should make sure records are finalized before exporting them similar to history trace:
history trace
buildx/commands/history/trace.go
Lines 57 to 70 in 9ba3f77
@tonistiigi I wonder if we should have a Finalize attribute in
Finalize
buildx/commands/history/utils.go
Lines 116 to 119 in 9ba3f77
To share logic for both export and trace in queryRecords?
export
trace
queryRecords
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
follow-up docker/actions-toolkit#652 (comment)
We should make sure records are finalized before exporting them similar to
history trace
:buildx/commands/history/trace.go
Lines 57 to 70 in 9ba3f77
@tonistiigi I wonder if we should have a
Finalize
attribute inbuildx/commands/history/utils.go
Lines 116 to 119 in 9ba3f77
To share logic for both
export
andtrace
inqueryRecords
?The text was updated successfully, but these errors were encountered: