Skip to content

Yadoms/build-yadoms-windows-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

6 Commits
 
 
 
 

Repository files navigation

build-yadoms-windows-action github action

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

Inputs

buildImage

required The image to use for building Yadoms.

registry

optional The registry where to pull image (default : '').

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 : C:\entrypoint_docker.cmd)

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