From 078963cb12c1a663df752be1e74fb9451f129f77 Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Tue, 21 May 2024 12:02:18 +0200 Subject: [PATCH] Config/oscontainers: tag containers images with version This tag the manifest with the full version number. First step for https://github.com/coreos/fedora-coreos-tracker/issues/1367 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index d4a1ab41..56cf680b 100644 --- a/config.yaml +++ b/config.yaml @@ -37,7 +37,7 @@ s3: registry_repos: oscontainer: repo: quay.io/fedora/fedora-coreos - tags: ["${STREAM}"] + tags: ["${STREAM}", "${VERSION}"] kubevirt: repo: quay.io/fedora/fedora-coreos-kubevirt tags: ["${STREAM}"]