Compare commits

..

3 Commits

Author SHA1 Message Date
494ac3e09a publish image
Some checks reported warnings
Build and publish container images / build-and-publish (push) Has been cancelled
2023-08-18 18:24:20 -07:00
f1b347300b cleanup 2023-08-18 18:23:46 -07:00
ebee22b580 create separate workspace dir 2023-08-18 18:23:04 -07:00
3 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,10 @@
name: Build and publish container images
on:
- workflow_dispatch
# - workflow_dispatch
push:
branches:
- master
jobs:
build-and-publish:

View File

@@ -2,9 +2,10 @@
name: Build container images
on:
push:
branches:
- master
- workflow_dispatch
# push:
# branches:
# - master
jobs:
build:

View File

@@ -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" ]