Skip to content

Updating docker image to contain nextflow #2

Updating docker image to contain nextflow

Updating docker image to contain nextflow #2

Workflow file for this run

name: Docker CI
on:
push:
branches: [ "main" ]
paths:
- 'Dockerfile'
pull_request:
branches: [ "main" ]
paths:
- 'Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build ./ --tag ncbi-ml-ai:ci_test_$(date +%s)