Skip to content

Commit 2b753ae

Browse files
committed
Use Docker buildx in release
1 parent e8e98c8 commit 2b753ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ jobs:
8181
username: ${{ secrets.DOCKERHUB_USERNAME }}
8282
password: ${{ secrets.DOCKERHUB_TOKEN }}
8383

84+
- name: Set up Docker Buildx
85+
uses: docker/setup-buildx-action@v1
86+
with:
87+
# This defaults to "docker-containerized".
88+
# We want to share the vws-mock:base image to the building of the
89+
# later builds, without pushing to a registry.
90+
#
91+
# Therefore, we choose not to build in a container.
92+
driver: docker
93+
8494
- name: Build base Docker image
8595
uses: docker/[email protected]
8696
with:

0 commit comments

Comments
 (0)