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

build(deps): bump docker/bake-action from 2 to 3
This commit is contained in:
CrazyMax 2023-04-19 11:06:35 +02:00 committed by GitHub
commit 471068fc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -21,6 +21,6 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- -
name: Build name: Build
uses: docker/bake-action@v2 uses: docker/bake-action@v3
with: with:
targets: build targets: build

View File

@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- -
name: Publish name: Publish
uses: docker/bake-action@v2 uses: docker/bake-action@v3
with: with:
targets: publish targets: publish
env: env:

View File

@ -22,7 +22,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-coverage targets: test-coverage
env: env:

View File

@ -42,6 +42,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 }}