Skip to content

Add biocworkshop to howto (#10) #8

Add biocworkshop to howto (#10)

Add biocworkshop to howto (#10) #8

name: Publish Docker Image
on:
push:
branches: [master]
workflow_dispatch:
jobs:
publish_docker_pythononly:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}/pythononly:${{ github.ref_name }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
dockerfile: Dockerfile.pythononly
# publish_docker_bioc:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Publish to Registry
# uses: elgohr/Publish-Docker-Github-Action@v5
# with:
# name: ${{ github.repository }}/bioc:${{ github.ref_name }}
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# registry: ghcr.io
# dockerfile: Dockerfile.bioc