Skip to content

Commit c9fc3ec

Browse files
committed
chore(ci): use ttl.sh for PRs
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 2f85ef5 commit c9fc3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
uses: docker/metadata-action@v5
160160
with:
161161
images: |
162-
quay.io/go-skynet/ci-tests
162+
ttl.sh/localaici-tests
163163
tags: |
164164
type=ref,event=branch,suffix=localai${{ github.event.number }}-${{ inputs.build-type }}-${{ inputs.cuda-major-version }}-${{ inputs.cuda-minor-version }}
165165
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:
269269
file: ./Dockerfile
270270
cache-from: type=gha
271271
platforms: ${{ inputs.platforms }}
272-
#push: true
272+
push: true
273273
tags: ${{ steps.meta_pull_request.outputs.tags }}
274274
labels: ${{ steps.meta_pull_request.outputs.labels }}
275275
## End testing image

0 commit comments

Comments
 (0)