fix indenting
Build and Deploy docker-llamafile / Check Docker State (push) Successful in 1s Details
Build and Deploy docker-llamafile / git-llamafile (push) Successful in 3s Details
Build and Deploy docker-llamafile / bld-llamafile (push) Successful in 8m14s Details
Build and Deploy docker-llamafile / dpy-llamafile (push) Successful in 3s Details
Build and Deploy docker-llamafile / push-llamafile (push) Successful in 29m36s Details

This commit is contained in:
Niklas Müller 2023-12-22 14:39:43 +01:00
parent c2e86c9ce4
commit dc12d923ea
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
- live
needs: [ git-llamafile ]
if: |
always()
always()
steps:
- run: (cd /root/docker-llamafile && docker build -t tidoni/llamafile:latest .)
@ -47,7 +47,7 @@ jobs:
- live
needs: [ git-llamafile, bld-llamafile ]
if: |
always()
always()
steps:
- run: docker push tidoni/llamafile:latest
@ -60,7 +60,7 @@ jobs:
- live
needs: [ git-llamafile, bld-llamafile ]
if: |
always()
always()
steps:
- run: docker stop llama || true
- run: docker rm llama || true