1 Star 0 Fork 3

hackerwjz/tekton-cicd-demo

forked from wukunpeng/tekton-cicd-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
win5do 提交于 2020-12-03 18:35 . cleanup
.PHONY: desc
sync:
cd src/sync && go run . --sync=true
IMG_PULL := registry.cn-huhehaote.aliyuncs.com/feng-566/tekton-git-polling:v0.0.1
IMG_CLEANUP := registry.cn-huhehaote.aliyuncs.com/feng-566/tekton-cleanup:v0.0.1
build-pull:
cd src && \
docker build -t $(IMG_PULL) -f pull.Dockerfile . && \
docker push $(IMG_PULL)
build-cleanup:
cd src && \
docker build -t $(IMG_CLEANUP) -f cleanup.Dockerfile . && \
docker push $(IMG_CLEANUP)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/hackerwjz/tekton-cicd-demo.git
git@gitee.com:hackerwjz/tekton-cicd-demo.git
hackerwjz
tekton-cicd-demo
tekton-cicd-demo
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385