build(deps): bump docker/build-push-action from 1 to 2.10.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 2.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Upgrade guide](https://github.com/docker/build-push-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/build-push-action/compare/v1...v2.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7455c2ad4a
commit
da22bd3cfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
- uses: "docker/setup-buildx-action@v1"
|
||||
with:
|
||||
driver-opts: "image=moby/buildkit:master"
|
||||
- uses: "docker/build-push-action@v1"
|
||||
- uses: "docker/build-push-action@v2.10.0"
|
||||
with:
|
||||
push: false
|
||||
tags: "latest"
|
||||
|
|
Loading…
Reference in a new issue