develop #2

Merged
Bryant merged 15 commits from develop into main 2023-07-09 05:54:34 +08:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 6fa57028dd - Show all commits

View File

@ -89,7 +89,7 @@ steps:
- reopened
- synchronized
- name: gitea-pr-comment-failure
image: tsakidev/giteacomment:latest
image: tsakidev/giteacomment:1.1.1
settings:
gitea_token:
from_secret: gitea_token
@ -108,7 +108,7 @@ steps:
- reopened
- synchronized
- name: gitea-pr-comment-success
image: tsakidev/giteacomment:latest
image: tsakidev/giteacomment:1.1.1
settings:
gitea_token:
from_secret: gitea_token

View File

@ -14,4 +14,10 @@ services:
tty: true
working_dir: /app
command: ["python3", "test.py"]
networks:
- todo-service
networks:
todo-service:
driver: bridge