diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index b9ff324..5cd1c1e 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -28,4 +28,4 @@ jobs: uses: docker/build-push-action@v2 with: push: ${{ github.ref == 'refs/heads/main' }} - tags: chaoswest-tv/durchsage:latest \ No newline at end of file + tags: ghcr.io/chaoswest-tv/durchsage:latest \ No newline at end of file