Skip to content

Commit 9d59f4e

Browse files
committed
Add CI (#2)
* Create publish.yml * Update publish.yml
1 parent eed582a commit 9d59f4e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/publish.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: docker_publish
2+
3+
on:
4+
push:
5+
branches:
6+
- 'develop'
7+
- 'hiep/add-ci'
8+
9+
jobs:
10+
docker_pipeline:
11+
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.11.2
12+
secrets: inherit
13+
with:
14+
publish: true
15+
docker_scan: true
16+
permissions:
17+
# required for all workflows
18+
security-events: write
19+
# required to fetch internal or private CodeQL packs
20+
packages: read

0 commit comments

Comments
 (0)