GitHub Action
Yadoms build script
v4.0.0
Latest version
This action allow to generate a yadoms build using Github Actions.
- required * The imgae to use for building Yadoms.
- optional * The registry where to pull image (default : ''). This is used for GitHubContainerRegistry (ghcr.io)
- optional * The registry username (default : '')
- optional * The registry password (default : '')
- optional * To run the container in privileged mode, set this input to "--privileged"
- optional * The entrypoint override (default : /entrypoint.sh)
- optional * Free parameters passed to docker container
The current building yadoms full version, example : '2.5.0-beta.1'
- name: Yadoms build script uses: Yadoms/[email protected]