Skip to content

Commit

Permalink
flatten the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Nov 9, 2019
1 parent 33346ce commit cf9923e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
uses: actions/checkout@v1
- name: Build
run: |
docker build -t texlive-$SCHEME --build-arg scheme=$SCHEME .
docker build -t texlive-$SCHEME-unflatten --build-arg scheme=$SCHEME .
docker export texlive-$SCHEME-unflatten | docker import - texlive-$SCHEME
- name: Test
run: |
docker run --rm texlive-$SCHEME pdflatex --version
Expand Down

0 comments on commit cf9923e

Please sign in to comment.