We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b3a3b commit 17132f6Copy full SHA for 17132f6
.github/workflows/ci.yaml
@@ -98,7 +98,8 @@ jobs:
98
echo 'FROM --platform=${TARGETPLATFORM} alpine' > Dockerfile
99
echo 'RUN set -x ; apk add --no-cache curl' >> Dockerfile
100
101
- cat ${DOCKER_CONFIG}/config.json
+ # fix macos docker auth
102
+ sed -i "" 's/credsStore/_credsStore/g' ${DOCKER_CONFIG}/config.json || true
103
104
tag=${version:-19.03}-${channel:-stable}-${os}
105
docker buildx build \
0 commit comments