mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
Create sample-node-api-images.yml
Signed-off-by: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com>
This commit is contained in:
19
.github/workflows/sample-node-api-images.yml
vendored
Normal file
19
.github/workflows/sample-node-api-images.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user