mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +02:00
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:
parent
1b346aab75
commit
94c66ec486
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ jobs:
|
||||||
docker push ${{ vars.REGISTRY_HOST }}/tex-projects/sharelatex-with-texlive-full:latest
|
docker push ${{ vars.REGISTRY_HOST }}/tex-projects/sharelatex-with-texlive-full:latest
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
run: |
|
run: |
|
||||||
|
OVERLEAF_VERSION=$(cat version.txt)
|
||||||
echo "Cleaning up"
|
echo "Cleaning up"
|
||||||
docker rm -f temp
|
docker rm -f temp
|
||||||
docker rmi sharelatex/sharelatex:latest
|
docker rmi sharelatex/sharelatex:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue