diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b9d2a23..80ccef9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -32,7 +32,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: yellowcooln/pymc-repeater + images: pymcdev/pymc-repeater tags: | type=raw,value=main,enable=${{ github.ref == 'refs/heads/main' }} type=raw,value=dev,enable=${{ github.ref == 'refs/heads/dev' }}