From 656d2346f6bffca6cd1e553c148e351f51099631 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 13 May 2023 22:32:14 -0700 Subject: [PATCH] update utils to 0.1.1 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7e0ff12..73ecacd 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.1 + image: gitea.home.jbrumond.me/doc-utils/utils:0.1.1 commands: - docs2website config.yaml - name: build-docker @@ -35,7 +35,7 @@ trigger: steps: - name: build-website - image: gitea.home.jbrumond.me/doc-utils/utils:0.1 + image: gitea.home.jbrumond.me/doc-utils/utils:0.1.1 commands: - docs2website config.yaml - name: build-and-publish