This commit is contained in:
Никита Круглицкий 2025-10-02 00:03:36 +06:00
parent 72d2f84cce
commit 3645d033b4

View File

@ -23,6 +23,8 @@ jobs:
ssh-strict: false
persist-credentials: false
- run: echo ${{ vars.GITEA_SHA }}
- name: Build
run: docker build -t chad-client ./client --build-arg COMMIT_SHA=${{ vars.GITEA_SHA }}