This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# need to figure out how to get from netmaker-devops repo to get the dockerfile and modhtml.sh script to build it. | |
name: create docker image | |
on: | |
workflow_dispatch: | |
inputs: | |
version: | |
description: "new version number" | |
required: true |