From 85235a117d335d8e9f45c9cee5d4ec51376839e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 23:24:52 +0000 Subject: [PATCH] build(deps): Bump docker/build-push-action from 4.2.0 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4e4ee680f69700760d5620a94c020aef883043aa...0a97817b6ade9f46837855d676c4cca3a2471fc9) --- 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/artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 9b7ca36..8e3936a 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -94,7 +94,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa # v4.2.0 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1 with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7