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 9ed0cbb commit 005514aCopy full SHA for 005514a
.github/workflows/dockerpublish.yml
@@ -40,6 +40,14 @@ jobs:
40
username: ${{ github.actor }}
41
password: ${{ secrets.GITHUB_TOKEN }}
42
43
+ - name: Set up QEMU
44
+ uses: docker/setup-qemu-action@v2
45
+ with:
46
+ platforms: all
47
+
48
+ - name: Set up Docker Buildx
49
+ uses: docker/setup-buildx-action@v2
50
51
- name: Extract metadata (tags, labels) for Docker
52
id: meta
53
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
0 commit comments