From c340b6174e533282dbeb2063710ac0db34ab0efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 09:28:42 -0400 Subject: [PATCH] Bump docker/build-push-action from 2.10.0 to 3.0.0 (#7) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39c7f39..d12f48d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: org.opencontainers.image.licenses=PostgreSQL - name: Build and push - uses: docker/build-push-action@v2.10.0 + uses: docker/build-push-action@v3.0.0 with: platforms: ${{ steps.docker-platforms.outputs.platforms }} context: . diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 333b877..c26bd69 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Build and export to Docker - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v3.0.0 with: context: . load: true