From f6f3d2fe72c82648ef7b49550de50a5e9391ce7f Mon Sep 17 00:00:00 2001 From: smit95tpatel Date: Fri, 29 Apr 2022 13:46:35 +0530 Subject: [PATCH] feat: testing workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc504625..62a859a4 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,9 @@ jobs: tags: razorpay/statping:base_${{ github.sha }} push: true file: ./Dockerfile.base - build-args: GIT_COMMIT_HASH=${{ github.sha }} + build-args: | + GIT_COMMIT_HASH=${{ github.sha }} + GIT_TOKEN=${{ secrets.GIT_TOKEN }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache env: