Skip to content

fix: many issues in fasta WDL #64

fix: many issues in fasta WDL

fix: many issues in fasta WDL #64

Workflow file for this run

name: Build and push bento_reference_service
on:
release:
types: [ published ]
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Bento build action
uses: bento-platform/bento_build_action@v0.11.1
with:
registry: ghcr.io
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
image-name: ghcr.io/bento-platform/bento_reference_service
development-dockerfile: dev.Dockerfile
dockerfile: Dockerfile