This GitHub Actions workflow builds and publishes the zap2xml
project.
This GitHub action will run under the following circumstances:
- When code is pushed.
- When a pull request is opened.
- On a workflow dispatch event, a manual CI run which can be triggered by the "Workflow Dispatch" button on the "Actions" tab of the GitHub repository, among other means.
This pipeline takes credentials for Docker Hub as GitHub Actions secrets.
Variable | Type | Description |
---|---|---|
DOCKERHUB_PASSWORD |
Secret String | Docker Hub access token with Write permission to the corresponding image. |
DOCKERHUB_USERNAME |
Secret String | Docker Hub username or email. |
This workflow performs the following steps on GitHub runners:
- Attach Documentation
- Checkout this repo with no submodules.
- Attach an annotation to the GitHub Actions build summary page containing CI documentation.
- Lint and Test jellyfin-tv-guide
- Checkout this repo.
- Install system dependencies using
.github/workflows/deps.sh
. - Lint the BASH code with
shellcheck
andbashate
using.github/workflows/lint.sh
, and check the whitespace inzap2xml.pl
. - Build docker container using
.github/workflows/docker.sh
. - Tag and push the container to Docker Hub and the GitHub Container Registry using
.github/workflows/docker.sh
.
There are currently no outputs of this GitHub Actions workflow, besides the exit status.
For assistance with the CI system, please open an issue in this repo.
Legal Notice
This document was created in collaboration with a large language model, machine learning algorithm, or weak artificial intelligence (AI). This notice is required in some countries.