From 56a45d03708a637ed32b210fe1799d2b329fa12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:21:41 +0000 Subject: [PATCH] build(deps): Bump docker/build-push-action from 4.1.1 to 4.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2eb1c1961a95fc15694676618e422e8ba1d63825...4e4ee680f69700760d5620a94c020aef883043aa) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 d541e42..5bbcf90 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa # v4.2.0 with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7