From f1563e7b507f1fdfb215d8b1ab11dc526cf30ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 06:09:30 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 3.1.0 to 3.1.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/container-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 19a5ee1..31bcc87 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -17,7 +17,7 @@ jobs: # > will be done directly by buildkit. [...] # > any file mutation in the steps that precede [...] will be ignored # https://github.com/marketplace/actions/build-and-push-docker-images - - uses: docker/build-push-action@v3.1.0 + - uses: docker/build-push-action@v3.1.1 with: platforms: | linux/amd64