From cf58848ed12e34c28a39c58c9cc08eb3c2fb8813 Mon Sep 17 00:00:00 2001 From: Zexi Li Date: Thu, 19 Sep 2019 21:33:08 +0800 Subject: [PATCH] actions: build s3gateway and ansibleserver --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9d3e95478e..a74bec687d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,8 @@ jobs: run: | make cmd/apigateway cmd/baremetal-agent cmd/climc cmd/keystone make cmd/logger cmd/region cmd/scheduler cmd/webconsole - make cmd/yunionconf cmd/glance cmd/torrent + make cmd/yunionconf cmd/glance cmd/torrent cmd/s3gateway + make cmd/ansibleserver - name: Image baremetal-agent uses: elgohr/Publish-Docker-Github-Action@master