From ffe7fc599eb137eac1dbc348299ef9d61a921b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:01:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 2.4.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push-to-docker-repos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-docker-repos.yml b/.github/workflows/push-to-docker-repos.yml index b303cdb..f267128 100644 --- a/.github/workflows/push-to-docker-repos.yml +++ b/.github/workflows/push-to-docker-repos.yml @@ -94,7 +94,7 @@ jobs: password: ${{secrets.GITHUB_TOKEN}} - name: Build and push - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v4.0.0 with: push: true labels: ${{needs.prepare.outputs.dockerImageLabels}} @@ -135,7 +135,7 @@ jobs: password: ${{secrets.GITHUB_TOKEN}} - name: Build and push - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v4.0.0 with: push: true platforms: arm64