MCPcopy
hub / github.com/docker/build-push-action / buildSummaryEnabled

Function buildSummaryEnabled

src/main.ts:267–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267function buildSummaryEnabled(): boolean {
268 if (process.env.DOCKER_BUILD_SUMMARY) {
269 return Util.parseBool(process.env.DOCKER_BUILD_SUMMARY);
270 }
271 return true;
272}
273
274function buildRecordUploadEnabled(): boolean {
275 if (process.env.DOCKER_BUILD_RECORD_UPLOAD) {

Callers 1

main.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected