From c9fc3ecf288dd9d454a38d78840d214b72a140ca Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 27 Aug 2025 17:20:34 +0200 Subject: [PATCH] chore(ci): use ttl.sh for PRs Signed-off-by: Ettore Di Giacinto --- .github/workflows/image_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image_build.yml b/.github/workflows/image_build.yml index d50b16e39..62eae08fb 100644 --- a/.github/workflows/image_build.yml +++ b/.github/workflows/image_build.yml @@ -159,7 +159,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - quay.io/go-skynet/ci-tests + ttl.sh/localaici-tests tags: | type=ref,event=branch,suffix=localai${{ github.event.number }}-${{ inputs.build-type }}-${{ inputs.cuda-major-version }}-${{ inputs.cuda-minor-version }} type=semver,pattern={{raw}},suffix=localai${{ github.event.number }}-${{ inputs.build-type }}-${{ inputs.cuda-major-version }}-${{ inputs.cuda-minor-version }} @@ -269,7 +269,7 @@ jobs: file: ./Dockerfile cache-from: type=gha platforms: ${{ inputs.platforms }} - #push: true + push: true tags: ${{ steps.meta_pull_request.outputs.tags }} labels: ${{ steps.meta_pull_request.outputs.labels }} ## End testing image