Skip to content

Commit ea28522

Browse files
committed
Tell into buildx command to use created builder
1 parent 7139d1d commit ea28522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ commands:
128128
command: |
129129
docker login -u ${<< parameters.user >>} -p ${<< parameters.pass >>}
130130
docker context create builder
131-
docker buildx create --use
131+
docker buildx create --use builder
132132
docker buildx build --no-cache --platform linux/amd64,linux/arm64 --push -t marpteam/marp-cli:<< parameters.tag >> .
133133
environment:
134134
DOCKER_CLI_EXPERIMENTAL: enabled

0 commit comments

Comments
 (0)