From 8da431ceb21b75958d9cf42dce6a7121ac43f002 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Sat, 30 Sep 2023 10:35:24 -0400 Subject: [PATCH] Use correct image tag for os build --- .woodpecker/.base-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.base-os.yml b/.woodpecker/.base-os.yml index 2545111..2c3b955 100644 --- a/.woodpecker/.base-os.yml +++ b/.woodpecker/.base-os.yml @@ -16,7 +16,7 @@ steps: context: "os-base/" auto_tag: "false" build_args: - - "IMAGE_VERSION=debian-${DEBIAN_VERSION}" + - "IMAGE_VERSION=${DEBIAN_VERSION}" - "OTHERARG=foo" # default_tag: "debian-${DEBIAN_VERSION}" tags: