Init: fix loading of stack groups due to passing wrong arguments #255
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
| on: [push, pull_request] | |
| name: docker image | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| build-docker: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - run: git fetch --unshallow --tags --prune | |
| - run: docker build -t catmaid . |