We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6a0ed commit cbdffcaCopy full SHA for cbdffca
.github/workflows/docker-ci.yml
@@ -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