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 2c472bf commit 8b28504Copy full SHA for 8b28504
.github/workflows/docker.yml
@@ -24,6 +24,12 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
+ - name: Set up QEMU
28
+ uses: docker/setup-qemu-action@v3
29
+
30
+ - name: Set up Docker Buildx
31
+ uses: docker/setup-buildx-action@v3
32
33
- name: Docker meta
34
id: meta
35
uses: docker/metadata-action@v5
.github/workflows/variants.yml
@@ -30,6 +30,12 @@ jobs:
36
37
38
39
40
41
0 commit comments