Skip to content

fix: only download input for local jobs in the main process, not with… #1424

fix: only download input for local jobs in the main process, not with…

fix: only download input for local jobs in the main process, not with… #1424

name: Publish to Docker Hub
on:
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: snakemake/snakemake
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
platforms: linux/amd64,linux/arm64