mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
[commit to revert] build ci-dev images
This commit is contained in:
parent
6c4b9379ec
commit
aa132d09c5
4
.github/workflows/build-ci-docker-images.yml
vendored
4
.github/workflows/build-ci-docker-images.yml
vendored
@ -3,7 +3,7 @@ name: Build pr ci-docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- fix-dataset-run_object_detection-and-add-torchcodec-disabled
|
||||
- fix-dataset-run_object_detection-and-add-torchcodec
|
||||
repository_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
build-args: |
|
||||
REF=${{ github.sha }}
|
||||
file: "./docker/${{ matrix.file }}.dockerfile"
|
||||
push: ${{ contains(github.event.head_commit.message, 'ci-image]') || github.event_name == 'schedule' }}
|
||||
push: true
|
||||
tags: ${{ env.TAG }}
|
||||
|
||||
notify:
|
||||
|
Loading…
Reference in New Issue
Block a user