From f94922cd5b3fd2cb031c6c4424f8eb83eac9a2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 04:43:23 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v5) --- 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/python-tests.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index 794e39ba61e3..a3b319aabb9a 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -97,7 +97,7 @@ jobs: - name: Build test image if: ${{ matrix.build-docker-images }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . # TODO: We do not need the UI in these tests and we may want to add a build-arg to disable building it @@ -118,7 +118,7 @@ jobs: - name: Build Conda flavored test image if: ${{ matrix.build-docker-images }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . build-args: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b32a057750b..f7ba473f9236 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Build image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . build-args: PYTHON_VERSION=${{ matrix.python-version }} @@ -151,7 +151,7 @@ jobs: fetch-depth: 0 - name: Build image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . build-args: |