feat: update docker and pipeline

- Add workflow to publish to GHCR
- Add workflow to build Docker image
- Add zap2xmlrc config example
- Update Dockerfile to run continuously
This commit is contained in:
Jef LeCompte
2019-09-04 12:13:56 -04:00
commit e31071bda8
15 changed files with 1805 additions and 0 deletions

27
.github/ISSUE_TEMPLATE/bug-remote.md vendored Normal file
View File

@@ -0,0 +1,27 @@
---
name: 🐛 Bug report
about: Report a bug for this project
---
## Expected Behavior
<!-- Tell us what should happen -->
## Current Behavior
<!-- Tell us what happens instead of the expected behavior -->
## Steps to Reproduce
<!-- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. -->
<!-- Include code to reproduce, if relevant -->
## Environment
- OS:
</details>
## Logs
<!-- Provide a brief log -->

View File

@@ -0,0 +1,12 @@
---
name: 🚀 Feature request
about: Suggest a new idea
---
### Description
<!-- Describe the feature here. -->
### Possible solution
<!-- Describe the possible solution here. -->