Skip to content

Jb2 293

Jb2 293 #35

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)