Create sample-node-api-images.yml

Signed-off-by: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com>
This commit is contained in:
Tom Zhang
2021-11-03 13:54:42 -04:00
parent 858f02f3ee
commit 94c6c88afd

View File

@@ -0,0 +1,19 @@
name: Build ompzowe/sample-node-api
on:
#push:
# pull_request:
workflow_dispatch:
inputs:
release:
description: 'Set to "true" if we want to release the images'
required: false
default: 'false'
env:
IMAGE_BASE_DIR: container
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- id: dummy
run: echo "NO OPS"