Merge pull request #163 from crazy-max/dependabot/github_actions/docker/bake-action-3

Bump docker/bake-action from 2 to 3
This commit is contained in:
CrazyMax 2023-05-01 19:14:08 +02:00 committed by GitHub
commit 4354fd3a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: validate
-
name: Test
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: test
-