You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Image is available at quay.io/go-skynet/ci-tests:localai-ci-pr-${{ github.event.number }}:${{ steps.meta_pull_request.outputs.version }}" >> $GITHUB_STEP_SUMMARY
275
+
echo "Image is available at quay.io/go-skynet/ci-tests:localai${{ github.event.number }}" >> $GITHUB_STEP_SUMMARY
echo "Image is available at quay.io/go-skynet/ci-tests:localai-backends-ci-pr-${{ github.event.number }}:${{ steps.meta_pull_request.outputs.version }}" >> $GITHUB_STEP_SUMMARY
122
118
## End testing image
123
119
- name: Set up QEMU
124
120
uses: docker/setup-qemu-action@master
@@ -185,7 +181,7 @@ jobs:
185
181
- name: Testing image
186
182
if: github.event_name == 'pull_request'
187
183
run: |
188
-
echo "Image is available at ttl.sh/localai-backends-ci-pr-${{ github.event.number }}:${{ steps.meta_pull_request.outputs.version }}" >> $GITHUB_STEP_SUMMARY
184
+
echo "Image is available at quay.io/go-skynet/ci-tests:${{ github.event.number }}" >> $GITHUB_STEP_SUMMARY
0 commit comments