Skip to content
name: CI
on:
push:
pull_request:
types: [opened, reopened]
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
Security:
name: Security Pipeline
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
secrets: inherit
ci:
name: Build Image and Push
# TODO Add this line back once we update to Python 3.9 from 3.6
# needs: Security
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@feat/docker-cache-repo

Check failure on line 23 in .github/workflows/buildpipeline.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/buildpipeline.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/buildpipeline.yaml" -> "uc-cdis/.github/.github/workflows/image_build_push.yaml@feat/docker-cache-repo" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}