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
The docker config also uses the same registry and I can see that the buildx image is pulled from the configured mirror, but images used by buildx are not respecting the configuration and going straight to Docker Hub. Initially I tried to use the variable DOCKER_CONFIG but looks like it's only used to specify the plugin directory here.
I'd like to avoid specifying the configuration as arguments to prevent having to change all the workflows every time something changes. Is this feature supported by this action?
Hi, I've been trying to use a custom config with the following syntax:
The docker config also uses the same registry and I can see that the buildx image is pulled from the configured mirror, but images used by buildx are not respecting the configuration and going straight to Docker Hub. Initially I tried to use the variable
DOCKER_CONFIG
but looks like it's only used to specify the plugin directory here.Using the configuration locally works with:
I'd like to avoid specifying the configuration as arguments to prevent having to change all the workflows every time something changes. Is this feature supported by this action?
(Initial report -> docker/buildx#136)
Thanks
The text was updated successfully, but these errors were encountered: