diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 46b41a97..eb8d4103 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,16 +62,9 @@ jobs: id: meta uses: docker/metadata-action@v4.3.0 with: - flavor: | - latest=auto images: | -# ghcr.io/huggingface/text-generation-inference registry.internal.huggingface.tech/api-inference/community/text-generation-inference -# db4c2190dd824d1f950f5d1555fbadf0.azurecr.io/text-generation-inference tags: | -# type=semver,pattern={{version}} -# type=semver,pattern={{major}}.{{minor}} -# type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} type=raw,value=llama-sha-${{ env.GITHUB_SHA_SHORT }} - name: Build and push Docker image uses: docker/build-push-action@v2