Skip to content

Commit 2de629d

Browse files
committed
build and push
1 parent 0463823 commit 2de629d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-ci-docker-images.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build pr ci-docker
33
on:
44
push:
55
branches:
6-
- pin_torch_2.7.1_for_ci_disabled
6+
- pin_torch_2.7.1_for_ci
77
repository_dispatch:
88
workflow_call:
99
inputs:
@@ -31,8 +31,7 @@ jobs:
3131
-
3232
name: Set tag
3333
run: |
34-
echo "TAG=huggingface/transformers-${{ matrix.file }}:dev" >> "$GITHUB_ENV"
35-
echo "setting it to DEV!"
34+
echo "TAG=huggingface/transformers-${{ matrix.file }}" >> "$GITHUB_ENV"
3635
-
3736
name: Set up Docker Buildx
3837
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)