Merge pull request #81 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-07 16:31:01 +02:00 committed by GitHub
commit 3eae0a2671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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