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 7db9e84 + a9a54b1 commit 93a2e0dCopy full SHA for 93a2e0d
2 files changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: docker/setup-qemu-action@v2
47
-
48
name: Set up Docker Buildx
49
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
50
51
name: Login to DockerHub
52
if: github.event_name != 'pull_request'
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
name: Build
uses: docker/bake-action@v3
0 commit comments