From c671f4aa4765116d8a88000db65f22cc4e3722ea Mon Sep 17 00:00:00 2001 From: "zhipeng.hu" Date: Mon, 7 Aug 2023 16:09:49 +0800 Subject: [PATCH] docker --- .drone.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9aff279..80340fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,30 +9,30 @@ volumes: path: /usr/local/path/gopath steps: - - name: golang-build - image: golang:1.17-alpine3.15 - volumes: - - name: gopath - path: /go - commands: - - export GOPROXY=https://goproxy.cn - - go mod init test-drone - - go mod tidy - - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone - - - name: docker-build - image: docker - settings: - username: tjqmhu - password: tjqm4912 - repo: registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone - dockerfile: Dockerfile - registry: https://registry.cn-hangzhou.aliyuncs.com - tags: ${DRONE_BUILD_NUMBER} +# - name: golang-build +# image: golang:1.17-alpine3.15 +# volumes: +# - name: gopath +# path: /go +# commands: +# - export GOPROXY=https://goproxy.cn +# - go mod init test-drone +# - go mod tidy +# - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone +# +# - name: docker-build +# image: docker +# settings: +# username: tjqmhu +# password: tjqm4912 +# repo: registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone +# dockerfile: Dockerfile +# registry: https://registry.cn-hangzhou.aliyuncs.com +# tags: ${DRONE_BUILD_NUMBER} - name: rancher-push - image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:33 # 直接用busybox + image: podman # 直接用busybox settings: docker_img : registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:${DRONE_BUILD_NUMBER} commands: