Skip to content

Commit 725c1bc

Browse files
dependabot[bot]kohtala
authored andcommitted
Bump docker/build-push-action from 6.7.0 to 6.14.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...0adf995) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 471d30c commit 725c1bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
echo "tag=$(echo -n "${{ matrix.torch }}-${{ matrix.python }}" | tr -c 'a-zA-Z0-9._-' '[-*]')" >> $GITHUB_OUTPUT
7878
79-
- uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
79+
- uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
8080
with:
8181
context: .
8282
push: ${{ github.ref == 'refs/heads/main' }}

.github/workflows/torch-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "CACHE_PATH=$CACHE_PATH" >> "$GITHUB_ENV"
5656
mkdir -p "$CACHE_PATH"
5757
58-
- uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
58+
- uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
5959
id: push
6060
with:
6161
context: .

.github/workflows/torchvision-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "CACHE_PATH=$CACHE_PATH" >> "$GITHUB_ENV"
6262
mkdir -p "$CACHE_PATH"
6363
64-
- uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
64+
- uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
6565
id: push
6666
with:
6767
context: .

0 commit comments

Comments
 (0)