自动应用 :robot_face: 使用多阶段docker构建的带有简单go应用程序的CI / CD示例。 跑 :spouting_whale: 已实现 # creates a new image $ make build # runs the image $ make run :hamster_face: 已实现 # installs deps etc $ make install # execute binary $ ./bin/cmd 例 环境变量 # defaults to " 8080 " PORT=3000 # defaults to " Gopher " NAME="Edg