Skip to content

Yadoms/build-yadoms-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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