Skip to content

Commit

Permalink
Create devcontainer-build-publish-caller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin authored Jul 5, 2024
1 parent 7f2dd68 commit 708d071
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 708d071

Please sign in to comment.