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 73ea059 + f0229df commit 4c8af27Copy full SHA for 4c8af27
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
password: ${{ secrets.DOCKER_PASSWORD }}
57
-
58
name: Build
59
- uses: docker/bake-action@v3
+ uses: docker/bake-action@v4
60
with:
61
files: |
62
./docker-bake.hcl
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: docker/setup-buildx-action@v3
46
47
48
49
50
targets: image-local
51
env:
0 commit comments