Skip to content

Commit

Permalink
[build-ci-image] update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed May 21, 2024
1 parent d280647 commit 7516cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,7 @@ jobs:
check_code_quality:
working_directory: ~/transformers
docker:
- image: |
if [contains(github.event.head_commit.message, '[build-ci-image]')]; then
huggingface/transformers-quality:dev
else
huggingface/transformers-quality
- image: huggingface/transformers-quality
resource_class: large
environment:
TRANSFORMERS_IS_CI: yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ci-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
REF=${{ github.sha }}
file: "./docker/${{ matrix.file }}.dockerfile"
push: ${{ contains(github.event.head_commit.message, '[push-ci-image]') || github.event_name == 'schedule' }}
tags: ${{ GITHUB_ENV }}
tags: ${{ $GITHUB_ENV }}

0 comments on commit 7516cbd

Please sign in to comment.