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 f289296 commit c965c2eCopy full SHA for c965c2e
.github/workflows/docker.yml
@@ -32,6 +32,10 @@ jobs:
32
type=semver,pattern={{version}},enable=${{ github.event_name == 'release' }}
33
# on push to main: tag with main
34
type=raw,value=main,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
35
+ - name: Set up QEMU
36
+ uses: docker/setup-qemu-action@v3
37
+ with:
38
+ platforms: amd64,arm64
39
- name: Set up Docker Buildx
40
uses: docker/setup-buildx-action@v3
41
- name: Login to Docker Hub
0 commit comments