Merge pull request #18 from movie-web/binaryoverload-patch-1

Fix incorrect Docker command in release action
This commit is contained in:
William Oldham 2023-11-26 22:54:39 +00:00 committed by GitHub
commit 3e63fe5b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
body: | body: |
Instead of downloading a package, you can also run it in docker: Instead of downloading a package, you can also run it in docker:
```sh ```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 - name: Upload cloudflare build