Skip to content

adding changes made since 289 was released #24

adding changes made since 289 was released

adding changes made since 289 was released #24

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)