From 7de104b7f6aee0046a87198a8a83693aceac650b Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Wed, 24 May 2023 19:40:26 +0200 Subject: [PATCH] revert --- .github/workflows/build.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b2e02f0b..289e4f67 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -80,8 +80,8 @@ jobs: latest=auto images: | registry.internal.huggingface.tech/api-inference/community/text-generation-inference -# ghcr.io/huggingface/text-generation-inference -# db4c2190dd824d1f950f5d1555fbadf0.azurecr.io/text-generation-inference + ghcr.io/huggingface/text-generation-inference + db4c2190dd824d1f950f5d1555fbadf0.azurecr.io/text-generation-inference tags: | type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} @@ -93,8 +93,7 @@ jobs: with: context: . file: Dockerfile -# push: ${{ github.event_name != 'pull_request' }} - push: true + push: ${{ github.event_name != 'pull_request' }} platforms: 'linux/amd64' build-args: | GIT_SHA=${{ env.GITHUB_SHA }}