Fix Docker image path in deployment workflow
Build and Push / build (push) Failing after 4s

This commit is contained in:
Dmitry
2026-05-17 17:29:05 +03:00
parent 75e8f3a400
commit 8adfa7bd93
+2 -2
View File
@@ -17,5 +17,5 @@ jobs:
- name: Build and push - name: Build and push
run: | run: |
docker build -t git.ada-dev.ru/ada/${{ gitea.repository }}:latest . docker build -t git.ada-dev.ru/${{ gitea.repository }}:latest .
docker push git.ada-dev.ru/ada/${{ gitea.repository }}:latest docker push git.ada-dev.ru/${{ gitea.repository }}:latest