[X] The documentation does not mention anything about my problem
[X] There are no open or closed issues that are related to my problem
Description
When using this action, when building an image with buildx, it introduces unexpected environment variables related with telemetry.
Expected behaviour
When building busybox image with RUN env, I expect the following during build:
(These are the environment variables I get locally and in github actions if I don't use this action and use the provided version on the runner)
Contributing guidelines
I've found a bug, and:
Description
When using this action, when building an image with buildx, it introduces unexpected environment variables related with telemetry.
Expected behaviour
When building busybox image with
RUN env
, I expect the following during build: (These are the environment variables I get locally and in github actions if I don't use this action and use the provided version on the runner)Actual behaviour
When running busybox image with
RUN env
, I get a lot more environment variables than expectedRepository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
When referring to an image file (midas.Dockerfile), the contents are just: