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 f49f472 + 2b214c2 commit b87bc07Copy full SHA for b87bc07
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
password: ${{ secrets.GITHUB_TOKEN }}
69
-
70
name: Build
71
- uses: docker/bake-action@v4
+ uses: docker/bake-action@v5
72
with:
73
files: |
74
./docker-bake.hcl
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: docker/setup-buildx-action@v3
34
35
36
37
38
targets: image-local
39
env:
0 commit comments