-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Milestone
Description
Lines 312 to 314 in 4cde8b2
| if (process.env.DOCKER_BUILD_NO_SUMMARY) { | |
| core.warning('DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.'); | |
| return !Util.parseBool(process.env.DOCKER_BUILD_NO_SUMMARY); |
Lines 330 to 332 in 4cde8b2
| if (process.env.DOCKER_BUILD_EXPORT_RETENTION_DAYS) { | |
| core.warning('DOCKER_BUILD_EXPORT_RETENTION_DAYS is deprecated. Use DOCKER_BUILD_RECORD_RETENTION_DAYS instead.'); | |
| val = process.env.DOCKER_BUILD_EXPORT_RETENTION_DAYS; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels