Compare commits
3 Commits
b47cebb2c0
...
494ac3e09a
Author | SHA1 | Date | |
---|---|---|---|
494ac3e09a
|
|||
f1b347300b
|
|||
ebee22b580
|
@@ -2,7 +2,10 @@
|
||||
name: Build and publish container images
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
|
@@ -2,9 +2,10 @@
|
||||
name: Build container images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@@ -20,4 +20,5 @@ RUN ln -s /doc-utils/node_modules/@doc-utils/jsonschema2markdown/bin/jsonschema2
|
||||
RUN ln -s /doc-utils/node_modules/@doc-utils/markdown2html/bin/markdown2html /bin/markdown2html
|
||||
RUN ln -s /doc-utils/node_modules/@doc-utils/markdown2html/bin/strip-frontmatter /bin/strip-frontmatter
|
||||
|
||||
WORKDIR /workspace
|
||||
ENTRYPOINT [ "/bin/bash", "-l", "-c" ]
|
||||
|
Reference in New Issue
Block a user