Skip to content

Commit

Permalink
Merge pull request #1043 from uc-cdis/Chore_CI_refactor
Browse files Browse the repository at this point in the history
Chore ci refactor
  • Loading branch information
cmlsn authored Sep 8, 2022
2 parents d05f94c + 1ef8170 commit 164674b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/buildpipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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
needs: Security
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
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 }}
13 changes: 0 additions & 13 deletions .github/workflows/image_build_push.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/wool.yml

This file was deleted.

0 comments on commit 164674b

Please sign in to comment.