build(deps): bump docker/bake-action from 2 to 3

Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2 to 3.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-18 19:59:11 +00:00
committed by Quentin Gliech
parent 8e5eb4b13d
commit aea2ff3f5f

View File

@@ -408,7 +408,7 @@ jobs:
# cache or the image itself
# We only build for the amd64 platform in pull-requests to speed-up CI
- name: Build
uses: docker/bake-action@v2
uses: docker/bake-action@v3
if: github.event_name == 'pull_request'
with:
files: |
@@ -422,7 +422,7 @@ jobs:
- name: Build and push
id: bake
uses: docker/bake-action@v2
uses: docker/bake-action@v3
if: github.event_name != 'pull_request'
with:
files: |