Closed JasonN3 closed 5 months ago
/run tests
@coderabbitai review
The recent updates streamline handling and configuration of the image_src
parameter across workflow files and the Makefile. This ensures consistency and simplifies the setup process for building an ISO, integrating default values, and adjusting command execution based on environmental variables.
File Path | Change Summary |
---|---|
.github/workflows/build_iso.yml |
Added image_src parameter to the job configuration. |
.github/workflows/build_vars.yml |
Added new key image_src with value "docker://quay.io/fedora-ostree-desktops/base:39" to a JSON object. |
container/Makefile |
Integrated IMAGE_SRC directly into the skopeo copy command using an inline conditional statement. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
image_src
parameter for job configuration.IMAGE_SRC
directly into theskopeo copy
command.