diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:29:23 -0400 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:29:23 -0400 |
commit | 675b2a5af586e6e68ab0770ed283a6c7fc9dd951 (patch) | |
tree | 90bf76a57521a49e86c04af273ee9a46cad41623 /README.md | |
parent | Update more wording in README (diff) | |
download | jellyfin-packaging-675b2a5af586e6e68ab0770ed283a6c7fc9dd951.tar.gz jellyfin-packaging-675b2a5af586e6e68ab0770ed283a6c7fc9dd951.tar.bz2 jellyfin-packaging-675b2a5af586e6e68ab0770ed283a6c7fc9dd951.zip |
Switch no-push to local
Makes it a bit clearer what this option actually does.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ If you want a Docker image output follow this process: * The third argument is the architecture you wish to build for. This argument is optional, and not providing it will build images for all supported architectures (sequentially). - * The fourth argument is `--no-push`, which should be provided to prevent the script from trying to generate image manifests and push the resulting images to our repositories. + * The fourth argument is `--local`, which should be provided to prevent the script from trying to generate image manifests and push the resulting images to our repositories. 1. The output container image(s) will be present in your `docker image ls` as `jellyfin/jellyfin` with the tag(s) `<jellyfin_version>-<build_arch>`. |