This commit is contained in:
@@ -10,6 +10,10 @@ jobs:
|
||||
# 強制讓這個 Job 加入 gitea 的網路 (請替換成你的真實網路名)
|
||||
options: --network gitea_gitea-net
|
||||
|
||||
# 手動設定環境變數
|
||||
env:
|
||||
DOCKER_HOST: tcp://gitea_dind:2375
|
||||
|
||||
steps:
|
||||
- name: Say Hello
|
||||
run: echo "Testing connection..."
|
||||
|
||||
Reference in New Issue
Block a user