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: