mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-04-01 17:26:34 +00:00
Bump docker/bake-action from 1 to 1.4.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1 to 1.4.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v1...v1.4.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0d135e0c2f
commit
11298fc5aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Validate
|
name: Validate
|
||||||
uses: docker/bake-action@v1
|
uses: docker/bake-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
targets: validate
|
targets: validate
|
||||||
-
|
-
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@v1
|
uses: docker/bake-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
targets: test
|
targets: test
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Reference in a new issue