We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e68cd8 + dc6f4f5 commit af758c4Copy full SHA for af758c4
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v6
43
-
44
name: Set up Docker Buildx
45
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
46
47
name: Run
48
run: |
@@ -130,7 +130,7 @@ jobs:
130
steps:
131
132
133
134
135
name: Test
136
uses: docker/bake-action@v6
@@ -163,7 +163,7 @@ jobs:
163
uses: docker/setup-qemu-action@v4
164
165
166
167
168
name: Build
169
0 commit comments