diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index f2de79130..0c195f61c 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -43,7 +43,7 @@ jobs: - shell: bash id: components run: | - echo "::set-output name=list::[\"agent\", \"agent2\", \"proxy-mysql\", \"java-gateway\"]" + echo "::set-output name=list::[\"agent\", \"agent2\", \"java-gateway\", \"proxy-mysql\", \"proxy-sqlite3\", \"server-mysql\", \"server-pgsql\", \"snmptraps\", \"web-apache-mysql\", \"web-apache-pgsql\", \"web-nginx-mysql\", \"web-nginx-pgsql\", \"web-service\"]" build_base: timeout-minutes: 70