From 01d055e32dfbc96c6bd0e5aac6d4b0f4801e840c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 12:50:17 +0100 Subject: [PATCH] build(deps): Bump docker/build-push-action from 3.1.1 to 3.2.0 (#19) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 7ead10a..688533c 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.1.1 + uses: docker/build-push-action@v3.2.0 with: platforms: ${{ steps.docker-platforms.outputs.platforms }} context: . diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 28a0fd6..c9a1d5e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Build and export to Docker - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v3.2.0 with: context: . load: true