Skip to content

Commit a6c033e

Browse files
committed
chore(ci): enable contract docker file ci
1 parent b49e865 commit a6c033e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker-build-publish.yml

+9
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ jobs:
1818
with:
1919
dockerfile: Dockerfile
2020
secrets: inherit
21+
22+
docker-build-contract:
23+
permissions:
24+
contents: write
25+
packages: write
26+
uses: rollkit/.github/.github/workflows/[email protected]
27+
with:
28+
dockerfile: Dockerfile.contract
29+
secrets: inherit

0 commit comments

Comments
 (0)