From 0903c5f11317563540175ab3d09070e0425061af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Fri, 4 Sep 2026 20:02:50 +0300 Subject: [PATCH] test: unique-tag this build for AMI smoke testing (am suffix, no dash so qemu-image-build.yml's numeric-prefix sed still works) --- ansible/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 2483f92ad..404a01e89 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,9 +11,9 @@ postgres_major: # This is the source of truth for Postgres versions used in the Dockerfiles, and # is used to derive image tags and base images in the release matrix. postgres_release: - postgresorioledb-17: "17.9.0.022-orioledb" - postgres17: "17.6.1.169" - postgres15: "15.14.1.169" + postgresorioledb-17: "17.9.0.022am-orioledb" + postgres17: "17.6.1.169am" + postgres15: "15.14.1.169am" # Docker release matrix — base images built first, layered images built on top. # tag and base_tag are derived at build time from postgres_release via release_key. # tag_suffix is appended to the release version to form the final image tag.