--- kind: pipeline type: docker name: default steps: - name: buildlatex image: nareshkumarrao/texliveonfly commands: - texliveonfly Main.tex - biber main - texliveonfly Main.tex - biber main - texliveonfly Main.tex - name: gitea_release image: plugins/gitea-release settings: base_url: https://git.nareshkumarrao.com api_key: from_secret: gitea_token files: Main.pdf when: event: tag trigger: event: - push - tag