Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 16, 2024
1 parent 2e3b6b1 commit 48ff29f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,13 @@ build_push_image_steps: &build_push_image_steps
# https://support.circleci.com/hc/en-us/articles/360058095471-How-To-Use-Docker-Buildx-in-Remote-Docker-
# https://microservices.io/post/microservices/2022/01/18/build-multi-arch-docker-images-circleci.html
command: |
export DOCKER_CLI_EXPERIMENTAL=enabled
# echo "Creating a Docker context"
# docker context create tls-environment
docker version
echo "Sanity checking the presence of BuildX"
DOCKER_BUILD_KIT=1 DOCKER_CLI_EXPERIMENTAL=enabled docker buildx --help
echo "BuildX creates and uses the Docker context"
docker buildx create tls-environment
Expand Down

0 comments on commit 48ff29f

Please sign in to comment.