We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release
1 parent 7744c2a commit c8eafd6Copy full SHA for c8eafd6
.github/workflows/release.yaml
@@ -0,0 +1,13 @@
1
+name: Release
2
+on:
3
+ workflow_dispatch:
4
+jobs:
5
+ devcontainer-build:
6
+ uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
7
+ devcontainer-publish:
8
+ needs:
9
+ - devcontainer-build
10
+ uses: datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
11
+ secrets:
12
+ DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
13
+ DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN}}
0 commit comments