当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.yml 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jack Wang 提交于 2020-08-27 17:43 . doc: update docker tag
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.13
commands:
- go test -v ./...
- name: docker_build
image: plugins/docker
settings:
username:
from_secret: docker_name
password:
from_secret: docker_pass
repo: cnjackhack/spider
force_tag: true
tags:
- latest
- ${DRONE_COMMIT_BRANCH}_${DRONE_COMMIT_SHA:0:8}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化