Compare commits

..

No commits in common. "6dfe77a4476921e4a86f58a3c349c15296a4bb8f" and "6644de29c74354dae37bd3b231da6f63ea0f0d65" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -2,8 +2,6 @@ name: Build Docker image
on:
push:
tags:
- 'v*'
jobs:
build:
@ -24,6 +22,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags:
- code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
- code.edgarpierre.fr/${{ github.repository }}:latest
tags: code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}

View file

@ -5,7 +5,7 @@ RUN cd /tmp && \
curl -LO https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \
zcat < install-tl-unx.tar.gz | tar xvf - && \
cd install-tl-2* && \
perl ./install-tl --no-interaction --no-doc-install --no-src-install
perl ./install-tl --no-interaction
ENV PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"