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 ed25059 commit 8f01de2Copy full SHA for 8f01de2
.github/workflows/build.yaml
@@ -25,10 +25,11 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v4
27
28
+ - name: Set up QEMU
29
+ uses: docker/setup-qemu-action@v3
30
+
31
- name: Set up Docker Buildx
32
uses: docker/setup-buildx-action@v3
- with:
- platforms: linux/amd64,linux/arm64
33
34
- name: Login to DockerHub
35
uses: docker/login-action@v3
@@ -37,7 +38,6 @@ jobs:
37
38
password: ${{ secrets.DOCKERHUB_TOKEN }}
39
40
- name: Build and Push
- id: build
41
uses: docker/build-push-action@v6
42
with:
43
context: .
0 commit comments