Skip to content

Commit ca4486b

Browse files
build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0 (#715)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d76827 commit ca4486b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/docker-push.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.DOCKER_PASSWORD }}
3535

3636
- name: build and push
37-
uses: docker/build-push-action@v2.9.0
37+
uses: docker/build-push-action@v2.10.0
3838
with:
3939
context: .
4040
push: true

‎.github/workflows/docker-tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v1.6.0
2222

2323
- name: build
24-
uses: docker/build-push-action@v2.9.0
24+
uses: docker/build-push-action@v2.10.0
2525
with:
2626
context: .
2727
push: false

0 commit comments

Comments
 (0)