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 c9795a8 + c0063a6 commit 8fbedf2Copy full SHA for 8fbedf2
.github/workflows/push.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: docker/setup-qemu-action@v2
67
- id: buildx-setup
68
name: Set up Docker Buildx
69
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
70
- id: docker-build
71
name: Build the image for '${{ matrix.platform }}' with '${{ matrix.build_cmd }}'
72
run: ${{ matrix.build_cmd }}
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
name: Build the image with '${{ matrix.build_cmd }}'
45
0 commit comments