We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0316adf commit 9e4c1d7Copy full SHA for 9e4c1d7
.github/workflows/publish.yml
@@ -67,5 +67,5 @@ jobs:
67
file: docker/Dockerfile
68
push: true
69
tags: |
70
- jeertmans/manim-slides:latest
71
- jeertmans/manim-slides:${{ steps.create_release.outputs.tag_name }}
+ ghcr.io/jeertmans/manim-slides:latest
+ ghcr.io/jeertmans/manim-slides:${{ steps.create_release.outputs.tag_name }}
0 commit comments