diff --git a/.github/workflows/pi_build.yml b/.github/workflows/pi_build.yml new file mode 100644 index 0000000..d55219c --- /dev/null +++ b/.github/workflows/pi_build.yml @@ -0,0 +1,17 @@ +name: 'Parent Images: Build' + +on: + workflow_dispatch: + + pull_request: + types: [opened, synchronize, reopened] + +permissions: + id-token: write + contents: write + actions: read + +jobs: + call-pi-build: + uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@dev + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pi_merge.yml b/.github/workflows/pi_merge.yml new file mode 100644 index 0000000..b30a834 --- /dev/null +++ b/.github/workflows/pi_merge.yml @@ -0,0 +1,18 @@ +name: 'Parent Images: Parent Image Merge' + +on: + workflow_dispatch: + + pull_request: + types: [closed] + +permissions: + id-token: write + contents: write + actions: read + +jobs: + call-pi-merge-parent-image: + uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_parent_image.yml@dev + if: ${{ github.event.pull_request.merged }} + secrets: inherit \ No newline at end of file diff --git a/requirements/common-requirements.in b/requirements/common-requirements.in index d86f346..943c102 100644 --- a/requirements/common-requirements.in +++ b/requirements/common-requirements.in @@ -1,7 +1,7 @@ -r mini-requirements.in boto3==1.25.0 minio==7.1.12 -numpy==1.23.4 +numpy==1.23.5 pandas==1.5.1 psycopg2-binary==2.9.9 SQLAlchemy==1.4.42 \ No newline at end of file