From c04106ca98e49906e07c8b9f142ea5129e4ec3bf Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Thu, 11 Jul 2024 19:04:23 +0200 Subject: [PATCH] wip --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ecd667b..362bc611 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -165,7 +165,7 @@ jobs: display-workflow-run-url-interval: 10s ref: refs/heads/main token: ${{ secrets.SYNC_REGISTRY_TOKEN }} - inputs: '{"source_image": "registry-us-east-1.prod.aws.ci.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}", "destination_image": "${{ join(steps.meta-internal-registry.outputs.tags,',') }}" }' + inputs: '{"source_image": "registry-us-east-1.prod.aws.ci.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}", "destination_image": "${{ join(steps.meta-internal-registry.outputs.tags,'','') }}" }' - name: Final id: final