From 569be0594f6e685c86fa673de34c7cc41ce47d75 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Tue, 10 Jan 2023 16:50:08 +0100 Subject: [PATCH] Added latest tag --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e9ba601..9ac6093 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,13 @@ name: default steps: - name: build - image: archlinux_with_lyx + image: archlinux_with_lyx:latest pull: if-not-exists commands: - lyx --export pdf4 lrftubes.lyx + + # - name: gitea_release + # image: plugins/gitea-release + # api_key: +