From d1f48185b9382e7ccbe5cda2d2620bdefa87082b Mon Sep 17 00:00:00 2001 From: Su Nguyen T Date: Thu, 18 Jan 2024 23:48:23 +0700 Subject: [PATCH] Fix syntax --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff96e0a..05fefad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Set DOCKER_IMAGE_TAG env variable run: | - echo "DOCKER_IMAGE_TAG=${{ env.DOCKER_REGISTRY }}/${{ DOCKER_IMAGE }}:${{ BRANCH_TAG }}" >> $GITHUB_ENV + echo "DOCKER_IMAGE_TAG=${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE }}:${{ env.BRANCH_TAG }}" >> $GITHUB_ENV echo "MAKE UP DOCKER IMAGE TAG" echo $DOCKER_IMAGE_TAG