1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-03 13:40:07 +02: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:
dependabot[bot] 2021-05-12 05:11:03 +00:00 committed by GitHub
parent cc23ce7e44
commit 2d9578d121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,12 +17,12 @@ jobs:
uses: actions/checkout@v2
-
name: Validate
uses: docker/bake-action@v1
uses: docker/bake-action@v1.4.0
with:
targets: validate
-
name: Test
uses: docker/bake-action@v1
uses: docker/bake-action@v1.4.0
with:
targets: test
-