File tree 3 files changed +29
-7
lines changed
3 files changed +29
-7
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on :
4
+ push :
5
+ pull_request :
6
+ types : [opened, reopened]
7
+
8
+ concurrency :
9
+ group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
10
+ cancel-in-progress : true
11
+
12
+
13
+ jobs :
14
+ Security :
15
+ name : Security Pipeline
16
+ uses : uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
17
+ with :
18
+ python-poetry : ' false'
19
+ secrets : inherit
20
+
21
+ ci :
22
+ name : Build Image and Push
23
+ uses : uc-cdis/.github/.github/workflows/image_build_push.yaml@master
24
+ secrets :
25
+ ECR_AWS_ACCESS_KEY_ID : ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
26
+ ECR_AWS_SECRET_ACCESS_KEY : ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
27
+ QUAY_USERNAME : ${{ secrets.QUAY_USERNAME }}
28
+ QUAY_ROBOT_TOKEN : ${{ secrets.QUAY_ROBOT_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
authlib == 0.14.2
2
2
authutils == 4.0.0
3
- boto == 2.36 .0
3
+ boto == 2.39 .0
4
4
cryptography == 2.8
5
5
datamodelutils == 1.0.0
6
6
dictionaryutils == 3.2.0
You can’t perform that action at this time.
0 commit comments