-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[TODO]: CI - Support builds that can opt-out of cache #3740
Copy link
Copy link
Open
Labels
area/cikind/bug/reportA report about a bugA report about a bugmeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dpriority/mediumstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
Metadata
Metadata
Assignees
Labels
area/cikind/bug/reportA report about a bugA report about a bugmeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dpriority/mediumstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
Description
actions/cachestep.masterbranch cache, we may also want to consider always building without cache for the publish workflow too.:edge/ tagged releases.Dockerfile(not too helpful in this case as it's the first stage).This change is motivated by a recent PR that updated the Postfix
main.cfwith a new parameter for preventing a recently announced vulnerability.We currently have to purge the actions cache to update the Postfix package, as builds would use the last compatible cache - which can cache every layer in the
Dockerfileup until our new config change (that required a new patch release update).