Skip to content

Commit cbdffca

Browse files
authored
Create docker-ci.yml
1 parent 7f6a0ed commit cbdffca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Docker CI
2+
3+
on:
4+
push:
5+
release:
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
uses: BerkeleyLibrary/.github/.github/workflows/docker-build.yml@main

0 commit comments

Comments
 (0)