From 7f33bdd27cb5eaea9f66f069b90e698b941474b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 08:57:35 -0600 Subject: [PATCH] Bump docker/build-push-action from 2.7.0 to 2.9.0 (#2429) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v2.9.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-Production.yml | 4 ++-- .github/workflows/deploy-Release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-Production.yml b/.github/workflows/deploy-Production.yml index 48f0c980..74e51822 100644 --- a/.github/workflows/deploy-Production.yml +++ b/.github/workflows/deploy-Production.yml @@ -73,7 +73,7 @@ jobs: ####################################### - name: Build Docker image - ${{ matrix.images.image-id }} if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.9.0 with: context: . file: ./Dockerfile @@ -242,7 +242,7 @@ jobs: ###################################### - name: Build Docker image - ${{ matrix.images.image-id }} if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.9.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-Release.yml b/.github/workflows/deploy-Release.yml index 2b62cd3d..19bfe3a6 100644 --- a/.github/workflows/deploy-Release.yml +++ b/.github/workflows/deploy-Release.yml @@ -113,7 +113,7 @@ jobs: # Build the docker image and push it # ###################################### - name: Build Docker image - ${{ matrix.images.image-id }} - uses: docker/build-push-action@v2.8.0 + uses: docker/build-push-action@v2.9.0 with: context: . file: ./Dockerfile