Files
pulumi-docker-build/provider
Eron Wright 20f5f536dc Handle case of missing GH variables (#492)
Closes #482 

I traced the problem to where buildx parses the cli args
([here](https://github.com/docker/buildx/blob/fa4461b9a1ec45c23d1b9e32dee0d0a8ed29900b/util/buildflags/cache.go#L14)),
and confirmed it applies defaults based on GHA environment variables and
ignores the cacheTo/cacheFrom directive altogether when the variables
aren't available.

The fix is to ignore the GHA cache directive when it the upstream parser
ignores it.
2025-03-20 09:27:59 -07:00
..
2024-04-25 11:03:59 -07:00
2024-05-13 12:23:24 -07:00
2024-05-13 12:23:24 -07:00