From 2574ce59497f0cc8ca030637abeaa2cde497a024 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 7 May 2020 11:38:36 +1000 Subject: [PATCH] set custom env --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afe0c03..3d59e5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - name: Build and publish image uses: matootie/github-docker@v2.2.2 env: - IMAGE_TAG: v1.0.$GITHUB_RUN_NUMBER + IMAGE_TAG: "v1.0.$GITHUB_RUN_NUMBER" with: username: wahyd4 accessToken: ${{ secrets.GITHUB_TOKEN }}