Skip to content

Update docker_test_build.yml #101

Update docker_test_build.yml

Update docker_test_build.yml #101

name: Build test Docker image
on:
push:
branches: [ "master" , "dockerfile-fix"]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
docker build . --file Dockerfile -t seqsender:latest
docker images
docker exec -it seqsender bash seqsender-kickoff --help