File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 uses : datajoint/.github/.github/workflows/mkdocs_release.yaml@main
1717 permissions :
1818 contents : write
19- # devcontainer-build:
20- # uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
21- # devcontainer-publish:
22- # needs:
23- # - devcontainer-build
24- # uses: datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
25- # secrets:
26- # DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
27- # DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
19+ devcontainer-build :
20+ uses : datajoint/.github/.github/workflows/devcontainer-build.yaml@main
21+ devcontainer-publish :
22+ needs :
23+ - devcontainer-build
24+ uses : datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
25+ secrets :
26+ DOCKERHUB_USERNAME : ${{secrets.DOCKERHUB_USERNAME}}
27+ DOCKERHUB_TOKEN : ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
Original file line number Diff line number Diff line change 44 pull_request :
55 workflow_dispatch :
66jobs :
7- # devcontainer-build:
8- # uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
7+ devcontainer-build :
8+ uses : datajoint/.github/.github/workflows/devcontainer-build.yaml@main
99 tests :
1010 runs-on : ubuntu-latest
1111 strategy :
You can’t perform that action at this time.
0 commit comments