Open nakamasato opened 1 year ago
/opt/hostedtoolcache/go/1.19.6/x64/bin/go env GOMODCACHE
/opt/hostedtoolcache/go/1.19.6/x64/bin/go env GOCACHE
/home/runner/go/pkg/mod
/home/runner/.cache/go-build
https://github.com/GoogleContainerTools/skaffold/issues/4842
Summary
Docs
naive (no cache): 2m 18s
docker build + github actions cache 🙅
action-docker-layer-caching Not working
docker/build-push-action
inline (skip)
(skip) as registry covers everything that inline cache can do
registry
type=registry with github packages 🙅
not fast
https://github.com/nakamasato/mysql-operator/blob/99ba619019e4ad7cd5c6e8a81d22379a0e93c3fe/.github/workflows/e2e.yml
type=registry with
load
🙅cannot
push
andload
at the same timehttps://github.com/nakamasato/mysql-operator/blob/7530489843fe4361ee004a77de2b18d951d3894a/.github/workflows/e2e.yml
type=gha ✅
https://github.com/nakamasato/mysql-operator/blob/783575c5894dcd8de71b09eed4a98055415d1838/.github/workflows/e2e.yml
type=local ✅
https://github.com/nakamasato/mysql-operator/blob/aefb790469f3b645edba924612c743269cb2e41c/.github/workflows/e2e.yml
from https://github.com/docker/build-push-action/issues/252