From bb4498a3d581942ab43b9f2d2b165d5fe4cba80d Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Mon, 9 Dec 2024 13:38:14 -0400 Subject: [PATCH] chore(container): upload v4 with correct tags (#6093) --- .github/workflows/build-lint-push-containers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lint-push-containers.yml b/.github/workflows/build-lint-push-containers.yml index b97e3f1585..08281db725 100644 --- a/.github/workflows/build-lint-push-containers.yml +++ b/.github/workflows/build-lint-push-containers.yml @@ -84,8 +84,8 @@ jobs: ;; 4) - echo "LATEST_TAG=latest" >> "${GITHUB_ENV}" - echo "STABLE_TAG=stable" >> "${GITHUB_ENV}" + echo "LATEST_TAG=v4-latest" >> "${GITHUB_ENV}" + echo "STABLE_TAG=v4-stable" >> "${GITHUB_ENV}" ;; *)