From e54339da0d0bc8aae63acd011711a151e4e7b190 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Dec 2025 19:23:08 +0100 Subject: [PATCH] Add readme, update workflows --- .gitea/workflows/latex.yml | 4 +++- README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.gitea/workflows/latex.yml b/.gitea/workflows/latex.yml index baf618d..eacb57b 100644 --- a/.gitea/workflows/latex.yml +++ b/.gitea/workflows/latex.yml @@ -1,6 +1,8 @@ name: Create and publish container on: - push + push: + paths: + - latex/** jobs: build_container: runs_on: ubuntu-latest diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfefd20 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Docker build files +This repository contains various docker build files