diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 529cc5a..87ca9d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,5 +67,5 @@ jobs: file: docker/Dockerfile push: true tags: | - jeertmans/manim-slides:latest - 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 }}