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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Context:
I am using buildah v1.32, can using Github Arc runners to build CI jobs in a kubernetes pod. The OS version of ARC runner is Ubuntu 22.04
When I use --cache-to :
it says:
unknown flag: --cache-to
But when I remove --cache-to and try to build the image like:
It doesnt cache the intermediate docker image layers at all in my github actions cache
Beta Was this translation helpful? Give feedback.
All reactions