Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Right @nalind
I am not able to pull or install the latest version of buildah. So if I do an apt-get install buildah, it is supposed to search the ubuntu repositories which is https://packages.ubuntu.com/jammy/buildah but here I can't find the versions > 1.27 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I am trying to build an docker image in github actions using the following command:
As you can see I am trying to cache the intermediate layers in a folder named as cache in my $ECR_REPOSITORY
But it is not able to build the image, the workflow exits with an error:
unknown flag: --cache-to
If I were to cache it in github actions cache how would I do it? ( I am using github. ARC runners not github managed runners )
My buildah version:
buildah version 1.23.1 (image-spec 1.0.1, runtime-spec 1.0.2-dev)
Beta Was this translation helpful? Give feedback.
All reactions