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