Skip to content

Commit

Permalink
- install dep
Browse files Browse the repository at this point in the history
- check docker version
  • Loading branch information
elipe17 committed Sep 6, 2024
1 parent 8bcdee1 commit 24df3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/deployment/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
- run:
name: Install Buildx
command: |
docker version
export DOCKER_CLI_EXPERIMENTAL=enabled
sudo apt update
sudo apt install -y docker-buildx
sudo apt-get install -y docker.io docker-buildx
docker buildx create --driver docker-container --use --bootstrap
- run:
name: Build and tag images
Expand Down

0 comments on commit 24df3fe

Please sign in to comment.