diff --git a/.github/workflows/sample-node-api-images.yml b/.github/workflows/sample-node-api-images.yml new file mode 100644 index 0000000..eff8a78 --- /dev/null +++ b/.github/workflows/sample-node-api-images.yml @@ -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" \ No newline at end of file