4CE DUA, institutional officials/members; PDF agreement forms #404
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Image Build | |
on: | |
pull_request: | |
branches: [ master, development ] | |
workflow_dispatch: | |
jobs: | |
test: | |
uses: hms-dbmi/actions/.github/workflows/test-image-build.yml@main | |
secrets: | |
DOCKER_HUB_USERNAME: ${{ secrets.BLHMSDBMI_DOCKERHUB_USERNAME }} | |
DOCKER_HUB_PASSWORD: ${{ secrets.BLHMSDBMI_DOCKERHUB_PASSWORD }} | |
with: | |
repository: ${{ github.repository }} | |
commit: ${{ github.sha }} |