#3 update
All checks were successful
Deploy / deploy (push) Successful in 27s

This commit is contained in:
Никита Круглицкий 2025-10-02 00:07:35 +06:00
parent 7f74b14f2c
commit d7d4df3d51

View File

@ -24,10 +24,10 @@ jobs:
ssh-strict: false
persist-credentials: false
- run: echo ${{ vars.GITEA_SHA }}
- run: echo ${{ gitea.sha }}
- name: Build
run: docker build -t chad-client ./client --build-arg COMMIT_SHA=${{ vars.GITEA_SHA }}
run: docker build -t chad-client ./client --build-arg COMMIT_SHA=${{ gitea.sha }}
- name: Stop old container
run: docker rm -f chad-client || true