We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4f891f + 8b335cd commit a02b21eCopy full SHA for a02b21e
.github/workflows/docker-build-env.yml
@@ -27,7 +27,7 @@ jobs:
27
submodules: false
28
-
29
name: Set up QEMU
30
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
31
32
name: Login to Docker Hub
33
uses: docker/login-action@v4
.github/workflows/docker.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Set up QEMU
41
42
43
- name: Login to Docker Hub
44
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
- if: ${{ ! contains(matrix.platform, 'amd64') }}
66
67
68
- name: Set variables
69
run: |
0 commit comments