From 04a6c64e69866494976af243307a61765997b18f Mon Sep 17 00:00:00 2001 From: James Brumond Date: Tue, 15 Aug 2023 18:32:07 -0700 Subject: [PATCH] add explicit pipeline source reference; update readme --- .drone.yml | 3 +++ readme.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d73ed11..b1e8964 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,9 @@ kind: template load: multiarch-container.yaml data: repo: images/rotate-backups + source: + repo: https://gitea.jbrumond.me/images/rotate-backups + ref: master build_args: - PYTHON_VERSION=3 - ALPINE_VERSION=3.18 diff --git a/readme.md b/readme.md index b08bac6..5d07856 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ # `rotate-backups` in a container image - +