Update .gitea/workflows/ci.yml

- just a minor oops, omitted OVERLEAF_VERSION declaration in cleanup step which made cleanup fail

Signed-off-by: Fifo F <fifo@fifo-f.eu>
This commit is contained in:
Fifo F. 2024-10-25 18:57:32 +02:00
parent 1b346aab75
commit 94c66ec486
Signed by: fifo
GPG key ID: A19A205B0C863808

View file

@ -44,6 +44,7 @@ jobs:
docker push ${{ vars.REGISTRY_HOST }}/tex-projects/sharelatex-with-texlive-full:latest
- name: Clean up
run: |
OVERLEAF_VERSION=$(cat version.txt)
echo "Cleaning up"
docker rm -f temp
docker rmi sharelatex/sharelatex:latest