File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131 persist-credentials : false
3232
33+ # Depending on exactly how much space the runner has we may run into issues with the container build below.
34+ # Deleting the android runtime will free up about 14 GiB of space.
35+ - name : Free up storage
36+ run : sudo rm -rf /usr/local/lib/android
37+
3338 - name : Build container and push to local registry
3439 env :
3540 CONTAINER : ${{ env.NAME }}:${{ env.TAG }}
Original file line number Diff line number Diff line change 11# 📚 vector-embedder
22
3- ![ Version: 1.0.0 ] ( https://img.shields.io/badge/Version-1.0.0 -informational?style=flat-square )
3+ ![ Version: 1.0.1 ] ( https://img.shields.io/badge/Version-1.0.1 -informational?style=flat-square )
44[ ![ Quay Repository] ( https://img.shields.io/badge/Quay.io-vector--embedder-blue?logo=quay )] ( https://quay.io/repository/validatedpatterns/vector-embedder )
55[ ![ CI Pipeline] ( https://github.com/validatedpatterns-sandbox/vector-embedder/actions/workflows/ci-pipeline.yaml/badge.svg?branch=main )] ( https://github.com/validatedpatterns-sandbox/vector-embedder/actions/workflows/ci-pipeline.yaml )
66
You can’t perform that action at this time.
0 commit comments