File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ .github
2+ .gitignore
3+ .pep8speaks.yml
4+
5+ dist /
6+ docs /
7+ mkdocs.yml
8+
9+ * .md
10+ ! README.md
Original file line number Diff line number Diff line change 1- name : Create and publish cnb-tools Docker image upon release
1+ name : Deploy image
22on :
33 release :
4- types :
5- - ' published'
4+ types : [created]
65 workflow_dispatch : # for testing
76
87
Original file line number Diff line number Diff line change 1+ ## 0.1.1
2+
3+ ### Internal
4+ * Add Dockerfile for GH package.
5+ * Add CI workflow to deploy image on ghcr.io.
6+
17## 0.1.0
28
39### Internal
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cnb-tools"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Convenience tools/functions for challenges and benchmarking on Synapse.org"
55license = " Apache-2.0"
66authors = [" Sage CNB Team <cnb@sagebase.org>" ]
You can’t perform that action at this time.
0 commit comments