feat(ci): use config files from meta repo (#389)

* chore: bump cobra & viper

* feat(ci): use config files from meta repo

* publish docker images
* generate shell completions
* generate man pages

* feat(ci): use shared workflows from meta repo
This commit is contained in:
Ayman Bagabas 2022-10-26 15:05:52 -04:00 committed by GitHub
commit dec59a2199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 820 additions and 188 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM gcr.io/distroless/static
COPY glow /usr/local/bin/glow
ENTRYPOINT [ "/usr/local/bin/glow" ]