File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ commands:
117
117
- run :
118
118
name : Install Docker buildx
119
119
command : |
120
- docker build --platform=local -o ~ git://github.com/docker/buildx
120
+ docker build --platform=local --quiet - o ~ git://github.com/docker/buildx
121
121
mkdir -p ~/.docker/cli-plugins
122
122
mv ~/buildx ~/.docker/cli-plugins/docker-buildx
123
123
environment :
@@ -127,6 +127,7 @@ commands:
127
127
name : Build Docker image and push to Docker Hub
128
128
command : |
129
129
docker login -u ${<< parameters.user >>} -p ${<< parameters.pass >>}
130
+ docker context create builder
130
131
docker buildx create --use
131
132
docker buildx build --no-cache --platform linux/amd64,linux/arm64 --push -t marpteam/marp-cli:<< parameters.tag >> .
132
133
environment :
You can’t perform that action at this time.
0 commit comments