Skip to content

Commit c8eafd6

Browse files
committed
Add release workflow
1 parent 7744c2a commit c8eafd6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)