mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
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:
parent
5f14914b7e
commit
dec59a2199
7 changed files with 820 additions and 188 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM gcr.io/distroless/static
|
||||
COPY glow /usr/local/bin/glow
|
||||
ENTRYPOINT [ "/usr/local/bin/glow" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue