Skip to content

Commit 152dfbe

Browse files
committed
ci: add shared docker-build workflow (amd64+arm64)
1 parent 6452216 commit 152dfbe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/docker.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Docker
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [main, dev, test]
7+
tags: ['v*']
8+
9+
permissions:
10+
contents: read
11+
packages: write
12+
13+
jobs:
14+
docker:
15+
uses: hanzoai/.github/.github/workflows/docker-build.yml@main
16+
with:
17+
image: ghcr.io/zenlm/engine
18+
secrets: inherit

0 commit comments

Comments
 (0)