From aa5b5810c10b8fe408de363ceaa77942229306eb Mon Sep 17 00:00:00 2001 From: srl <906239+srliao@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:38:48 -0500 Subject: [PATCH] use tag for container version (#2286) --- .github/workflows/deploy-containers-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-containers-main.yaml b/.github/workflows/deploy-containers-main.yaml index db3c939a7..c76371b85 100644 --- a/.github/workflows/deploy-containers-main.yaml +++ b/.github/workflows/deploy-containers-main.yaml @@ -25,4 +25,4 @@ jobs: force: true pushImages: true sendNotifications: true - version: nightly + version: ${{ github.ref_name }}