1
0
镜像自地址 https://github.com/devcm-repo/container-images.git 已同步 2026-06-06 04:21:06 +00:00

feat(build): add build-image script and GitHub Actions workflow for container image build and push

这个提交包含在:
rohow
2026-01-12 10:15:02 +08:00
未验证
父节点 81b9a55090
当前提交 455b1e49b3
修改 7 个文件,包含 150 行新增87 行删除
+1 -5
查看文件
@@ -1,6 +1,2 @@
## images
## Devcm images
https://hub.docker.com/u/devcm
```shell
docker build --no-cache --platform="linux/amd64" ./ -t ${IMAGE_TAG}:latest -t ${IMAGE_TAG}:${VERSION} --build-arg VERSION="${VERSION}"
```