Skip to content

manual-build-and-push #17

manual-build-and-push

manual-build-and-push #17

name: manual-build-and-push
on:
workflow_dispatch:
inputs:
node_type:
description: "enter a node type"
default: "mempool"
required: true
type: choice
options:
- mempool
- miner
- user
- storage
permissions:
contents: read
packages: write
security-events: write
jobs:
build:
uses: aiblockofficial/workflows/.github/workflows/node-build.yml@main
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}
NODE_TYPE: ${{ inputs.node_type }}