From 4660c7c685fe68355071cd06df8849a08771e86e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:12:51 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.1.1 to 3.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.3.0) --- 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/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 682cc046ca..bb827e80b9 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -96,7 +96,7 @@ jobs: - name: Docker setup buildx uses: docker/setup-buildx-action@v2.0.0 - name: Docker build - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v3.3.0 with: build-args: | "PYTHON_VERSION=${{ inputs.python_version }}"