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 e4f6c7c commit 608b73d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,16 @@ build_push_image_steps: &build_push_image_steps
- setup_remote_docker:
version: 20.10.11

- run:
name: Install cURL on Alpine Linux
command: |
echo ""
apk --no-cache add curl && curl --version
# build the application image
- run:
name: Install Docker Buildx
command: |
curl -V
mkdir -vp ~/.docker/cli-plugins/
curl --silent -L "https://github.com/docker/buildx/releases/download/v0.12.0/buildx-v0.12.0.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
chmod a+x ~/.docker/cli-plugins/docker-buildx
Expand Down

0 comments on commit 608b73d

Please sign in to comment.