Skip to content

Commit 06b3a3b

Browse files
authored
Update ci.yaml
1 parent 69c971d commit 06b3a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo 'FROM --platform=${TARGETPLATFORM} alpine' > Dockerfile
9999
echo 'RUN set -x ; apk add --no-cache curl' >> Dockerfile
100100
101-
ls -la ${DOCKER_CONFIG}
101+
cat ${DOCKER_CONFIG}/config.json
102102
103103
tag=${version:-19.03}-${channel:-stable}-${os}
104104
docker buildx build \

0 commit comments

Comments
 (0)