Merge pull request #230 from docker/dependabot/github_actions/docker/bake-action-3

Bump docker/bake-action from 2 to 3
This commit is contained in:
CrazyMax 2023-06-02 13:50:38 +02:00 committed by GitHub
commit 95cefc3c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
uses: ./
-
name: Test
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: test
-

View File

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