diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09b31bd..7ede8a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: body: | Instead of downloading a package, you can also run it in docker: ```sh - docker run movie-web/simple-proxy:${{ steps.package-version.outputs.current-version }} + docker run ghcr.io/movie-web/simple-proxy:${{ steps.package-version.outputs.current-version }} ``` - name: Upload cloudflare build