Replies: 1 comment
-
I'm asking because when I change from
I don't understand the connection between my change and anything related to authorization. I can't tell if I should create an issue or if I'm doing something that is stupid. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it reasonable to specify the following?
buildctl build --frontend=dockerfile.v0 --local context=. --local dockerfile=. --opt filename=docker/Dockerfile
Also does this have any affect on pulled or pushed images using the following?
--output type=image,\"name=${REGISTRY_PATH}:latest,${REGISTRY_PATH}:ci-${CI_PIPELINE_ID}\",push=true
--export-cache type=inline
--import-cache type=registry,ref=${REGISTRY_PATH}:latest
Beta Was this translation helpful? Give feedback.
All reactions