From b535cef1cf6b6d83b2b2828129c09af44e3a56f3 Mon Sep 17 00:00:00 2001 From: Piyush Kumar Date: Mon, 5 Feb 2024 13:58:22 +0530 Subject: [PATCH] changes github workflow --- .github/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index f818f2b88..2a187bbc4 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -87,7 +87,7 @@ jobs: set -e - docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t ghcr.io/kloudlite/web/${{matrix.app}}:$version_string --push + docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t "$image_name:$IMAGE_TAG" --push # - name: Build & Push Image