Skip to content

Commit

Permalink
Pull 2023 image before tagging and pushing it as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 1, 2023
1 parent 1ee5a02 commit c590bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- if: matrix.year == '2023'
name: Push latest
run: |
docker pull maxkratz/texlive:${{ matrix.year }}
docker tag maxkratz/texlive:${{ matrix.year }} maxkratz/texlive:latest
docker push maxkratz/texlive:latest
Expand Down

0 comments on commit c590bfc

Please sign in to comment.