Bot Updating Documentation

pull/330/head
LinuxServer-CI 2025-07-02 19:23:07 +00:00
rodzic 0849fb1d22
commit a9453c522e
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -55,6 +55,7 @@ sudo docker run --rm -i \
-e DRY_RUN=<optional, Set to 'true' when you don't want to upload files to S3 when testing> \
-e NODE_NAME=<optional, Name of the builder that runs the CI test.> \
-e RELEASE_TAG=<optional, The release tag of the docker image. Used for upload location. Defaults to 'latest'> \
-e SYFT_IMAGE_TAG=<optional, The image tag of the syft docker image. Used for generating SBOM. Defaults to '1.26.1'> \
-t lsiodev/ci:latest \
python3 test_build.py
```