Skip to content

Commit

Permalink
Merge pull request #112 from datajoint/MilagrosMarin-patch-1
Browse files Browse the repository at this point in the history
Create devcontainer-build-publish-caller.yml
  • Loading branch information
yambottle authored Jul 5, 2024
2 parents 7f2dd68 + 708d071 commit 84db8ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/devcontainer-build-publish-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: devcontainer_build_publish
on:
workflow_dispatch:
secrets:
DOCKERHUB_USERNAME:
required: true
DOCKERHUB_TOKEN:
required: true

jobs:
call_devcontainer_build_publish:
uses: datajoint/.github/.github/workflows/devcontainer-build-publish.yaml@main
with:
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN}}

0 comments on commit 84db8ad

Please sign in to comment.