From 2f164676dea73281f543bd972cdedb1acd7f8ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:08:25 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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/docker_linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_linux.yml b/.github/workflows/docker_linux.yml index 8b0b306486ca2..8a9ca61577dcf 100644 --- a/.github/workflows/docker_linux.yml +++ b/.github/workflows/docker_linux.yml @@ -59,14 +59,14 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Linux image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: tools/ci/docker/linux load: true tags: ${{ env.IMAGE_TAG }} - name: Push Linux image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: tools/ci/docker/linux platforms: linux/amd64