Skip to content

Commit 17132f6

Browse files
authored
Update ci.yaml
1 parent 06b3a3b commit 17132f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
echo 'FROM --platform=${TARGETPLATFORM} alpine' > Dockerfile
9999
echo 'RUN set -x ; apk add --no-cache curl' >> Dockerfile
100100
101-
cat ${DOCKER_CONFIG}/config.json
101+
# fix macos docker auth
102+
sed -i "" 's/credsStore/_credsStore/g' ${DOCKER_CONFIG}/config.json || true
102103
103104
tag=${version:-19.03}-${channel:-stable}-${os}
104105
docker buildx build \

0 commit comments

Comments
 (0)