git-preview @ main

static git web frontend but with images and html previews + code truncation

actions: build and push docker
Sun, 06 Oct 2024
1 files changed, 52 insertions(+), 0 deletions(-)
A .github/workflows/docker.yaml

@@ -0,0 +1,52 @@

+name: build and push docker image + +on: + push: + branches: [master] + tags: ["*"] + +env: + REGISTRY: ghcr.io + IMAGE_NAME: ${{ github.repository }}

… preview truncated