Skip to content

Merge pull request #390 from ASLeonard/optionally_missing_tools #352

Merge pull request #390 from ASLeonard/optionally_missing_tools

Merge pull request #390 from ASLeonard/optionally_missing_tools #352

name: Publish container to github container registry
# Documentation on the primary Action used here: https://github.com/marketplace/actions/publish-docker
on:
push:
branches:
- master
jobs:
publish_release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: pangenome/pggb
username: subwaystation
password: ${{ secrets.PGGB_DOCKER_TOKEN }}
registry: ghcr.io
tags: "latest"
snapshot: true