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 f25d479 commit ef31765Copy full SHA for ef31765
.circleci/config.yml
@@ -110,17 +110,14 @@ commands:
110
default: DOCKER_PASS
111
steps:
112
- checkout
113
-
114
- - setup_remote_docker:
115
- version: '20.10.2'
116
117
- run:
118
name: Build Docker image and push to Docker Hub
119
command: |
120
- export DOCKER_CLI_EXPERIMENTAL=enabled
121
docker login -u ${<< parameters.user >>} -p ${<< parameters.pass >>}
122
docker buildx create --use
123
docker buildx build --no-cache --platform linux/amd64,linux/arm64 --push -t marpteam/marp-cli:<< parameters.tag >> .
+ environment:
+ DOCKER_CLI_EXPERIMENTAL: enabled
124
125
jobs:
126
audit:
0 commit comments