This commit is contained in:
parent
7f74b14f2c
commit
d7d4df3d51
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user