chore(ci): publish to docker

* ci: publish to docker

* update release.yaml

* update Dockerfile
This commit is contained in:
sigoden
2022-06-03 10:36:06 +08:00
committed by GitHub
parent f66e129985
commit 4167e5c07e
3 changed files with 65 additions and 3 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
# Directories
/.git/
/.github/
/target/
/examples/
/docs/
/benches/
/tmp/
# Files
.gitignore
*.md
LICENSE*