Skip to content

Commit

Permalink
[build-ci-image]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed May 21, 2024
1 parent 0553701 commit 238195e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
name: Set tag
run: |
if [contains(github.event.head_commit.message, '[build-ci-image]')]; then
echo "huggingface/transformers-quality:dev" >> "$GITHUB_ENV"
echo "huggingface/transformers-${{ matrix.file }}:dev" >> "$GITHUB_ENV"
else
echo "huggingface/transformers-quality" >> "$GITHUB_ENV"
echo "huggingface/transformers-${{ matrix.file }}" >> "$GITHUB_ENV"
-
name: Set up Docker Buildx
Expand Down

0 comments on commit 238195e

Please sign in to comment.