adding folder with reproduced figures from Yilmaz' (#311) #1018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish Docker | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: Publish to Registry | |
| uses: elgohr/Publish-Docker-Github-Action@master | |
| with: | |
| name: madagascar/m8r | |
| username: ${{ secrets.DOCKER_USERNAME }} | |
| password: ${{ secrets.DOCKER_PASSWORD }} | |
| dockerfile: admin/docker/2.0-dev-tex/Dockerfile |