Skip to content

Rebuild some of pkgdown site... {reports} is borked tho #399

Rebuild some of pkgdown site... {reports} is borked tho

Rebuild some of pkgdown site... {reports} is borked tho #399

name: Publish Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: adamhsparks/reproducibility_in_plant_pathology
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}