Skip to content

Commit c22fa9e

Browse files
committed
ci(feat): add parent images workflows
1 parent dc69cde commit c22fa9e

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Parent Images: Build'
2+
3+
on:
4+
workflow_dispatch:
5+
6+
pull_request:
7+
types: [opened, synchronize, reopened]
8+
9+
permissions:
10+
id-token: write
11+
contents: write
12+
actions: read
13+
14+
jobs:
15+
call-pi-build:
16+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@parent-images
17+
secrets: inherit
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Parent Images: Submodules Merge'
2+
3+
on:
4+
workflow_dispatch:
5+
6+
pull_request:
7+
types: [closed]
8+
9+
permissions:
10+
id-token: write
11+
contents: write
12+
actions: read
13+
14+
jobs:
15+
call-pi-smodules-merge:
16+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_smodules_merge.yml@parent-images
17+
secrets: inherit
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r mini-requirements.in
22
boto3==1.25.0
33
minio==7.1.12
4-
numpy==1.23.4
4+
numpy==1.23.5
55
pandas==1.5.1
66
psycopg2-binary==2.9.9
77
SQLAlchemy==1.4.42

0 commit comments

Comments
 (0)