Compare commits
2 commits
6644de29c7
...
6dfe77a447
Author | SHA1 | Date | |
---|---|---|---|
6dfe77a447 | |||
5b520cd793 |
2 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,8 @@ name: Build Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -22,4 +24,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
|
tags:
|
||||||
|
- code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
|
||||||
|
- code.edgarpierre.fr/${{ github.repository }}:latest
|
||||||
|
|
|
@ -5,7 +5,7 @@ RUN cd /tmp && \
|
||||||
curl -LO https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \
|
curl -LO https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \
|
||||||
zcat < install-tl-unx.tar.gz | tar xvf - && \
|
zcat < install-tl-unx.tar.gz | tar xvf - && \
|
||||||
cd install-tl-2* && \
|
cd install-tl-2* && \
|
||||||
perl ./install-tl --no-interaction
|
perl ./install-tl --no-interaction --no-doc-install --no-src-install
|
||||||
|
|
||||||
ENV PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"
|
ENV PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue