ci: build / release action (#6)

Create docker images on github and docker hub on each
commit to `main`. Create release images on git tag as well
as Github release with executables.
This commit is contained in:
Evan Buss
2024-08-11 00:00:24 -04:00
committed by GitHub
parent 041d8d5e22
commit 879b8ed5b7
7 changed files with 193 additions and 76 deletions

View File

@@ -20,5 +20,15 @@
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root"
"remoteUser": "root",
"customizations": {
"vscode": {
"extensions": [
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"golang.go",
"github.vscode-github-actions"
]
}
}
}