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

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

---
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>
pull/1121/head
dependabot[bot] 3 years ago committed by GitHub
parent bbfdaa4161
commit 1883cd1c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Build and push image name: Build and push image
uses: docker/bake-action@v1 uses: docker/bake-action@v2
with: with:
files: | files: |
./docker-bake.hcl ./docker-bake.hcl
@ -116,6 +116,6 @@ jobs:
- -
# Just run a bake target to check eveything runs fine # Just run a bake target to check eveything runs fine
name: Build name: Build
uses: docker/bake-action@v1 uses: docker/bake-action@v2
with: with:
targets: binaries-cross targets: binaries-cross

@ -26,7 +26,7 @@ jobs:
version: latest version: latest
- -
name: Build name: Build
uses: docker/bake-action@v1 uses: docker/bake-action@v2
with: with:
targets: binaries targets: binaries
set: | set: |

Loading…
Cancel
Save