Skip to content

fix: do not distinguish between local and remote rules in dryrun #1429

fix: do not distinguish between local and remote rules in dryrun

fix: do not distinguish between local and remote rules in dryrun #1429

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