1 Star 0 Fork 14

杂杳/aiges

forked from 科大讯飞/aiges 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 901 Bytes
一键复制 编辑 原始数据 按行查看 历史
maybaby 提交于 2022-06-10 12:53 . adjust dockerfile
# 定义docker_tag镜像版本号
# 研测基于CI_PIPELINE_ID
# 上线基于branch日期版本
variables:
docker_tag : v$CI_PIPELINE_ID
# 定义Pipeline过程
stages:
- build
before_script:
- docker info
- docker login -u $CI_DOCKER_USERNAME -p $CI_DOCKER_PASSWORD artifacts.iflytek.com/docker-private
# 基础镜像构建
baseloader:
stage: build
script:
- docker build . -f Dockerfile_bullseye -t artifacts.iflytek.com/docker-private/atp/py_loader:py39-new
- docker push artifacts.iflytek.com/docker-private/atp/py_loader:py39-new
only:
- py39
tags:
- atp
# demo镜像
test-build-dev:
stage: build
script:
- docker build -t artifacts.iflytek.com/docker-private/atp/awake/awaken_discern_simulate_v2:"$docker_tag" .
- docker push artifacts.iflytek.com/docker-private/atp/awake/awaken_discern_simulate_v2:"$docker_tag"
only:
- atp
tags:
- atp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codeinLinXu/aiges.git
[email protected]:codeinLinXu/aiges.git
codeinLinXu
aiges
aiges
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385