Skip to content

develop(actions): Configured Actions to use shared workflows from 'hms-dbmi/actions' #94

develop(actions): Configured Actions to use shared workflows from 'hms-dbmi/actions'

develop(actions): Configured Actions to use shared workflows from 'hms-dbmi/actions' #94

Workflow file for this run

name: Test Image Build
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master, development ]
workflow_dispatch:
jobs:
test:
uses: hms-dbmi/actions/.github/workflows/test-image-build.yml@main

Check failure on line 12 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "hms-dbmi/actions/.github/workflows/test-image-build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
with:
repository: ${{ github.repository }}
commit: ${{ github.sha }}