Skip to content

Commit

Permalink
fix: another attempt to correct the tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jun 26, 2023
1 parent 050b6c4 commit 3eed45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
context: .
push: true
tags: engineervix/python-latex/${{ matrix.python-version }}
tags: engineervix/python-latex:${{ matrix.python-version }}
labels: |
"org.opencontainers.image.title": "python-latex",
"org.opencontainers.image.description": "Python ${{ matrix.python-version }}-slim-bullseye plus texlive and pandoc",
Expand Down

0 comments on commit 3eed45a

Please sign in to comment.