From 66cd6041113b1a240a1abb0db68c5aa68a00f652 Mon Sep 17 00:00:00 2001 From: Hugo Larcher Date: Wed, 8 Jan 2025 14:35:57 +0100 Subject: [PATCH] chore: Update CI to skip docker image build if Rust checks fail. --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a2fcac4..0473246 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build and push docker image to internal registry +name: Build and push docker image to registry on: workflow_call: @@ -36,7 +36,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - registry.internal.huggingface.tech/api-inference/inference-benchmarker + ghcr.io/huggingface/inference-benchmarker tags: | type=raw,value=sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }} # If main, release or tag