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 0ff7995 + 74c391f commit e62dc95Copy full SHA for e62dc95
3 files changed
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
password: ${{ secrets.DOCKER_PASSWORD }}
59
-
60
name: Build
61
- uses: docker/bake-action@v2
+ uses: docker/bake-action@v3
62
with:
63
files: |
64
./docker-bake.hcl
.github/workflows/test-edge.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: docker/setup-buildx-action@v2
37
38
39
40
41
targets: image-local
42
set: |
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
0 commit comments