Skip to content

Commit ef31765

Browse files
committed
Fix to use Docker in primary container instead of CircleCI's remote container
1 parent f25d479 commit ef31765

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,14 @@ commands:
110110
default: DOCKER_PASS
111111
steps:
112112
- checkout
113-
114-
- setup_remote_docker:
115-
version: '20.10.2'
116-
117113
- run:
118114
name: Build Docker image and push to Docker Hub
119115
command: |
120-
export DOCKER_CLI_EXPERIMENTAL=enabled
121116
docker login -u ${<< parameters.user >>} -p ${<< parameters.pass >>}
122117
docker buildx create --use
123118
docker buildx build --no-cache --platform linux/amd64,linux/arm64 --push -t marpteam/marp-cli:<< parameters.tag >> .
119+
environment:
120+
DOCKER_CLI_EXPERIMENTAL: enabled
124121

125122
jobs:
126123
audit:

0 commit comments

Comments
 (0)