Skip to content

Merge pull request #254 from WormBase/jb2-291 #32

Merge pull request #254 from WormBase/jb2-291

Merge pull request #254 from WormBase/jb2-291 #32

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "jb2-staging" ]
pull_request:
branches: [ "jb2-staging" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file jbrowse2/Dockerfile --tag jb2:$(date +%s)