Skip to content

Commit 4cd98d4

Browse files
Merge pull request #4 from code-kern-ai/ci-setup
ci: setup github actions
2 parents fa0e4db + 9f39143 commit 4cd98d4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pi_release.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Parent Images: Build'
2+
3+
on:
4+
release:
5+
types: [prereleased]
6+
7+
permissions:
8+
id-token: write
9+
contents: read
10+
actions: read
11+
12+
jobs:
13+
call-pi-release:
14+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_release.yml@dev
15+
secrets: inherit

0 commit comments

Comments
 (0)