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.
2 parents bcafc43 + c473fcc commit f42e78eCopy full SHA for f42e78e
.github/workflows/push.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: docker/setup-qemu-action@v2
69
- id: buildx-setup
70
name: Set up Docker Buildx
71
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
72
- id: docker-build
73
name: Build the image for '${{ matrix.platform }}' with '${{ matrix.build_cmd }}'
74
run: ${{ matrix.build_cmd }}
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
name: Build the image with '${{ matrix.build_cmd }}'
46
0 commit comments