From 6e47ca2c41b68fea942f12ff7dfa231371a3d287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:28:24 +0100 Subject: [PATCH] chore(ui-gha): add version prefix (#7125) --- .github/workflows/ui-build-lint-push-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-build-lint-push-containers.yml b/.github/workflows/ui-build-lint-push-containers.yml index 6f35770336..96c49a4da5 100644 --- a/.github/workflows/ui-build-lint-push-containers.yml +++ b/.github/workflows/ui-build-lint-push-containers.yml @@ -100,7 +100,7 @@ jobs: with: context: ${{ env.WORKING_DIRECTORY }} build-args: | - NEXT_PUBLIC_PROWLER_RELEASE_VERSION=${{ env.RELEASE_TAG }} + NEXT_PUBLIC_PROWLER_RELEASE_VERSION="v${{ env.RELEASE_TAG }}" push: true tags: | ${{ env.PROWLERCLOUD_DOCKERHUB_REPOSITORY }}/${{ env.PROWLERCLOUD_DOCKERHUB_IMAGE }}:${{ env.RELEASE_TAG }}