We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b3169 commit 6ff31a3Copy full SHA for 6ff31a3
.github/workflows/container-build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up QEMU
18
uses: docker/setup-qemu-action@v3
19
- name: Set up Docker Buildx
20
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
21
- name: Log into registry
22
uses: docker/login-action@v3
23
with:
0 commit comments