From 48eac2d8b8cf62e6c97615ac8a4ab005ca55e644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:02:56 +0000 Subject: [PATCH] Bump docker/build-push-action Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f9efed53cc1b0364ba947400ac02042bbbaac7fc to a799b4decf46d51b39dd396f4df5a4343afd30c4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/f9efed53cc1b0364ba947400ac02042bbbaac7fc...a799b4decf46d51b39dd396f4df5a4343afd30c4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ce7b5e1..e7c6376 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -66,7 +66,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker image - uses: docker/build-push-action@f9efed53cc1b0364ba947400ac02042bbbaac7fc + uses: docker/build-push-action@a799b4decf46d51b39dd396f4df5a4343afd30c4 with: context: ./pgadmin-config-creator platforms: linux/amd64,linux/arm64,linux/arm/v7