diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index dad7c8b46a..0a4f3eba0a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -29,17 +29,16 @@ jobs: - name: Build run: | sudo apt-get update - sudo apt-get install librados-dev librbd-dev make cmd/apigateway cmd/climc cmd/keystone make cmd/logger cmd/region cmd/scheduler cmd/webconsole make cmd/yunionconf cmd/glance cmd/torrent cmd/s3gateway make cmd/ansibleserver cmd/cloudnet cmd/notify - make cmd/host && ./scripts/bundle_libraries.sh _output/bin/bundles/host _output/bin/host && ./scripts/host_find_libraries.sh _output/bin/bundles/host make cmd/host-deployer && ./scripts/bundle_libraries.sh _output/bin/bundles/host-deployer _output/bin/host-deployer make cmd/baremetal-agent && ./scripts/bundle_libraries.sh _output/bin/bundles/baremetal-agent _output/bin/baremetal-agent make cmd/cloudevent cmd/devtool make cmd/*cli make cmd/esxi-agent + make docker-alpine-build F=cmd/host - name: Image baremetal-agent uses: elgohr/Publish-Docker-Github-Action@master