We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050b6c4 commit 3eed45aCopy full SHA for 3eed45a
.github/workflows/publish-docker-image.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
context: .
40
push: true
41
- tags: engineervix/python-latex/${{ matrix.python-version }}
+ tags: engineervix/python-latex:${{ matrix.python-version }}
42
labels: |
43
"org.opencontainers.image.title": "python-latex",
44
"org.opencontainers.image.description": "Python ${{ matrix.python-version }}-slim-bullseye plus texlive and pandoc",
0 commit comments