From 348c3501badd67ab5a618d072ed5fb8cadd47d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:07:28 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.14.0 to 6.15.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0adf9959216b96bec444f325f1e493d4aa344497...471d1dc4e07e5cdedd4c2171150001c434f0b7a4) --- 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/main.yml | 2 +- .github/workflows/torch-wheel.yml | 2 +- .github/workflows/torchvision-wheel.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb5eeb0..9850bc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: run: | echo "tag=$(echo -n "${{ matrix.torch }}-${{ matrix.python }}" | tr -c 'a-zA-Z0-9._-' '[-*]')" >> $GITHUB_OUTPUT - - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: . push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/torch-wheel.yml b/.github/workflows/torch-wheel.yml index e82202f..8cad3dc 100644 --- a/.github/workflows/torch-wheel.yml +++ b/.github/workflows/torch-wheel.yml @@ -55,7 +55,7 @@ jobs: echo "CACHE_PATH=$CACHE_PATH" >> "$GITHUB_ENV" mkdir -p "$CACHE_PATH" - - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 id: push with: context: . diff --git a/.github/workflows/torchvision-wheel.yml b/.github/workflows/torchvision-wheel.yml index 40d29c7..d47257c 100644 --- a/.github/workflows/torchvision-wheel.yml +++ b/.github/workflows/torchvision-wheel.yml @@ -61,7 +61,7 @@ jobs: echo "CACHE_PATH=$CACHE_PATH" >> "$GITHUB_ENV" mkdir -p "$CACHE_PATH" - - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 id: push with: context: .