Docker workflow (#7)

* Refactored workflows
* Added docker build to release
* Linux and MacOS now build on Linux
This commit is contained in:
pixil98 2022-12-18 17:57:37 -06:00 committed by GitHub
parent 19860e9f09
commit 5ae2a99c14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 417 additions and 128 deletions

8
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,8 @@
---
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"