Skip to content
home

GitHub Action

Yadoms build script

v4.0.0 Latest version

Yadoms build script

home

Yadoms build script

Use to generate yadoms binaries, using docker images

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Yadoms build script

uses: Yadoms/[email protected]

Learn more about this action in Yadoms/build-yadoms-action

Choose a version

build-yadoms-action github action

This action allow to generate a yadoms build using Github Actions.

Inputs

buildImage

  • required * The imgae to use for building Yadoms.

registry

  • optional * The registry where to pull image (default : ''). This is used for GitHubContainerRegistry (ghcr.io)

username

  • optional * The registry username (default : '')

password

  • optional * The registry password (default : '')

privileged

  • optional * To run the container in privileged mode, set this input to "--privileged"

entrypoint

  • optional * The entrypoint override (default : /entrypoint.sh)

param1, param2, param3, param4

  • optional * Free parameters passed to docker container

Outputs

yadomsVersion

The current building yadoms full version, example : '2.5.0-beta.1'

Example usage