Skip to content

Commit 1b077d2

Browse files
committed
Create buildx context during publish as well
1 parent 1e63ccb commit 1b077d2

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
@@ -101,6 +101,11 @@ jobs:
101101
- checkout
102102
- setup_remote_docker
103103
- run: |
104+
docker buildx create \
105+
--name container-builder \
106+
--driver docker-container \
107+
--bootstrap --use
108+
104109
# Parse version from tag (removing 'v' prefix)
105110
TAG=${CIRCLE_TAG:1}
106111
TAG=${TAG:-latest}

0 commit comments

Comments
 (0)