Skip to content

Commit a3ea05e

Browse files
committed
Create buildx context before publish
1 parent 3c2c2c7 commit a3ea05e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ jobs:
105105
- checkout
106106
- setup_remote_docker
107107
- run: |
108+
docker buildx create \
109+
--name container-builder \
110+
--driver docker-container \
111+
--bootstrap --use
112+
108113
# Parse version from tag (removing 'v' prefix)
109114
TAG=${CIRCLE_TAG:1}
110115
TAG=${TAG:-latest}

0 commit comments

Comments
 (0)