Skip to content

nflow-generator image CI #570

nflow-generator image CI

nflow-generator image CI #570

Workflow file for this run

name: nflow-generator image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # daily at midnight
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the nflow-generator image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)