From 42dbe218e6c13b8f0ee1bc658cef3a8776ea121c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 02:32:51 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 2 to 3 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- 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 b105f2ebc5..c5dc8e30ba 100644 --- a/.github/workflows/docker_linux.yml +++ b/.github/workflows/docker_linux.yml @@ -58,14 +58,14 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Linux image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: tools/ci/docker/linux load: true tags: ${{ env.IMAGE_TAG }} - name: Push Linux image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: tools/ci/docker/linux platforms: linux/amd64