From d6ead6d1dd6567daad0be37c057c3e19cc52e88a Mon Sep 17 00:00:00 2001 From: cberg-aot <93226309+cberg-aot@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:42:13 -0800 Subject: [PATCH] =?UTF-8?q?ci:=20changed=20the=20image=20tag=20used=20to?= =?UTF-8?q?=20deploy=20uat.=20=20no=20longer=20calculates=20t=E2=80=A6=20(?= =?UTF-8?q?#1754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbf2a8dae..18b602f05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,8 @@ jobs: uses: ./.github/workflows/uat.yml secrets: inherit with: - tag: ${{ needs.vars.outputs.pr }} - + tag: ${{ needs.vars.outputs.release-name }} + promote-images-uat: name: Promote Images - Uat needs: [vars,deploys-uat]