You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we rebuild every step of the container every time a pertinent change is committed. It would be better if we were to enable caching, so that unchanged steps could have their layers reused.
We would need to swap out redhat-actions/buildah-build for docker/build-push-action to take advantage of layer caching. Unfortunately this isn't part of the buildah action feature set currently.
Right now we rebuild every step of the container every time a pertinent change is committed. It would be better if we were to enable caching, so that unchanged steps could have their layers reused.
We would need to swap out
redhat-actions/buildah-build
fordocker/build-push-action
to take advantage of layer caching. Unfortunately this isn't part of the buildah action feature set currently.Relevant blog on how to set up caching
https://depot.dev/blog/docker-layer-caching-in-github-actions
Current setup
Open buildah-build question about same
redhat-actions/buildah-build#90
The text was updated successfully, but these errors were encountered: