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 62a5bc0 commit 96a3729Copy full SHA for 96a3729
.github/workflows/docker-image.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Set up Docker Buildx
32
uses: docker/setup-buildx-action@v2
33
34
+ # See issue with multi-arch build + load : https://github.com/docker/buildx/issues/59
35
- name: Build images (multi-architecture)
36
uses: docker/build-push-action@v3
37
with:
0 commit comments