From cc7b599811a9e1bfe0afc6d793a1f291c285ebe5 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 13 May 2023 22:31:05 -0700 Subject: [PATCH] update utils version --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 118c63f..7e0ff12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ trigger: steps: - name: build-website - image: gitea.home.jbrumond.me/doc-utils/utils:0 + image: gitea.home.jbrumond.me/doc-utils/utils:0.1 commands: - docs2website config.yaml - name: build-docker @@ -34,6 +34,10 @@ trigger: target: [ stg ] steps: +- name: build-website + image: gitea.home.jbrumond.me/doc-utils/utils:0.1 + commands: + - docs2website config.yaml - name: build-and-publish image: plugins/docker settings: