Merge branch 'master' into dev

This commit is contained in:
mrjvs 2023-12-20 16:38:58 +01:00 committed by GitHub
commit 8c89f79441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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