We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e98c8 commit 2b753aeCopy full SHA for 2b753ae
.github/workflows/release.yml
@@ -81,6 +81,16 @@ jobs:
81
username: ${{ secrets.DOCKERHUB_USERNAME }}
82
password: ${{ secrets.DOCKERHUB_TOKEN }}
83
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
+
94
- name: Build base Docker image
95
uses: docker/build-push-action@v2.7.0
96
with:
0 commit comments