File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ jobs:
376
376
type=sha
377
377
-
378
378
name : Build
379
- uses : docker/bake-action@v4
379
+ uses : docker/bake-action@v5
380
380
with :
381
381
files : |
382
382
./test/docker-bake.hcl
@@ -488,7 +488,7 @@ jobs:
488
488
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
489
489
-
490
490
name : Build
491
- uses : docker/bake-action@v4
491
+ uses : docker/bake-action@v5
492
492
with :
493
493
files : |
494
494
./test/docker-bake.hcl
@@ -540,7 +540,7 @@ jobs:
540
540
uses : ./
541
541
-
542
542
name : Build
543
- uses : docker/bake-action@v4
543
+ uses : docker/bake-action@v5
544
544
with :
545
545
source : " {{defaultContext}}"
546
546
files : |
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v4
21
21
-
22
22
name : Test
23
- uses : docker/bake-action@v4
23
+ uses : docker/bake-action@v5
24
24
with :
25
25
targets : test
26
26
-
Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@v4
41
41
-
42
42
name : Validate
43
- uses : docker/bake-action@v4
43
+ uses : docker/bake-action@v5
44
44
with :
45
45
targets : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments