Merge pull request #601 from docker/dependabot/github_actions/docker/bake-action-4

build(deps): bump docker/bake-action from 3 to 4
pull/602/head
CrazyMax 8 months ago committed by GitHub
commit 601e14e667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: test
-

@ -40,6 +40,6 @@ jobs:
uses: actions/checkout@v4
-
name: Validate
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: ${{ matrix.target }}

Loading…
Cancel
Save