mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🛠️ fix(deploy.yml): добавлена точка в команду docker build для корректной сборки контейнера.
Some checks failed
Deploy / deploy (push) Failing after 5m59s
Some checks failed
Deploy / deploy (push) Failing after 5m59s
This commit is contained in:
@@ -25,7 +25,8 @@ jobs:
|
||||
# run: cp /home/koptilnya/services/chad/data/database.db /home/koptilnya/services/chad/database-$(date+"%d-%m-%Y").db
|
||||
|
||||
- name: Build
|
||||
run: docker build -t hh-auto-reply
|
||||
run: docker build -t hh-auto-reply .
|
||||
|
||||
|
||||
- name: Stop old container
|
||||
run: docker rm -f hh-auto-reply || true
|
||||
|
||||
Reference in New Issue
Block a user