We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859b56b commit 8992be6Copy full SHA for 8992be6
.github/workflows/publish.yml
@@ -23,6 +23,12 @@ jobs:
23
registry: docker.io
24
username: ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
25
password: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }}
26
+ # https://github.com/docker/setup-qemu-action
27
+ - name: Set up QEMU
28
+ uses: docker/setup-qemu-action@v3
29
+ # https://github.com/docker/setup-buildx-action
30
+ - name: Set up Docker Buildx
31
+ uses: docker/setup-buildx-action@v3
32
- name: Build action image
33
run: make docker-build
34
env:
0 commit comments