Skip to content

Commit

Permalink
Merge pull request #113 from datajoint/MilagrosMarin-patch-1
Browse files Browse the repository at this point in the history
Update devcontainer-build-publish-caller.yml
  • Loading branch information
yambottle authored Jul 5, 2024
2 parents 84db8ad + 20b8753 commit dbec5b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/devcontainer-build-publish-caller.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
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:
secrets:
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN}}

0 comments on commit dbec5b2

Please sign in to comment.