From 31d9a16ff41cb44c2cc9482102229be4e6305253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:07:20 -0300 Subject: [PATCH] build(deps): Bump docker/build-push-action from 3 to 4 (#31) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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 515f951..d616e41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: org.opencontainers.image.licenses=PostgreSQL - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: platforms: ${{ env.PLATFORMS }} context: . diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1e86144..7e0c28b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -40,7 +40,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Build and export to Docker - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . load: true