From d722749db1b14aac3ab964a978814b8422d0d122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:28:49 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 2.5.0 to 2.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.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] --- .github/workflows/ci.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9945e234d4..965a5b64af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.10.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a424642807..e14cb078df 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -31,7 +31,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.10.0 with: context: . file: ./Dockerfile