From 3722f57d965e5a9b5f6a514eca4f2e14b8d1f51b Mon Sep 17 00:00:00 2001 From: icechen Date: Tue, 4 Jan 2022 00:34:04 +0800 Subject: [PATCH] update --- go_handler/go_handler_template/go_api_production_pipeline.go | 4 ++-- go_handler/go_handler_template/go_api_test_pipeline.go | 4 ++-- .../go_handler_template/go_service_production_pipeline.go | 4 ++-- go_handler/go_handler_template/go_service_test_pipeline.go | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/go_handler/go_handler_template/go_api_production_pipeline.go b/go_handler/go_handler_template/go_api_production_pipeline.go index f519564..dd44b38 100644 --- a/go_handler/go_handler_template/go_api_production_pipeline.go +++ b/go_handler/go_handler_template/go_api_production_pipeline.go @@ -16,8 +16,8 @@ steps: repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }} registry: reg.icechen.cn tags: - - ${DRONE_TAG} - - latest + - ${DRONE_TAG} + - latest dockerfile: ./{{ .Root }}/Dockerfile - name: deploy diff --git a/go_handler/go_handler_template/go_api_test_pipeline.go b/go_handler/go_handler_template/go_api_test_pipeline.go index 3e39402..7385cc4 100644 --- a/go_handler/go_handler_template/go_api_test_pipeline.go +++ b/go_handler/go_handler_template/go_api_test_pipeline.go @@ -16,8 +16,8 @@ steps: repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }} registry: reg.icechen.cn tags: - - ${DRONE_COMMIT:0:8} - - latest + - ${DRONE_COMMIT:0:8} + - latest dockerfile: ./{{ .Root }}/Dockerfile - name: deploy diff --git a/go_handler/go_handler_template/go_service_production_pipeline.go b/go_handler/go_handler_template/go_service_production_pipeline.go index 86991f2..5d297f2 100644 --- a/go_handler/go_handler_template/go_service_production_pipeline.go +++ b/go_handler/go_handler_template/go_service_production_pipeline.go @@ -16,8 +16,8 @@ steps: repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }} registry: reg.icechen.cn tags: - - ${DRONE_TAG} - - latest + - ${DRONE_TAG} + - latest dockerfile: ./{{ .Root }}/Dockerfile - name: deploy diff --git a/go_handler/go_handler_template/go_service_test_pipeline.go b/go_handler/go_handler_template/go_service_test_pipeline.go index 40aae13..f841227 100644 --- a/go_handler/go_handler_template/go_service_test_pipeline.go +++ b/go_handler/go_handler_template/go_service_test_pipeline.go @@ -16,8 +16,8 @@ steps: repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }} registry: reg.icechen.cn tags: - - ${DRONE_COMMIT:0:8} - - latest + - ${DRONE_COMMIT:0:8} + - latest dockerfile: ./{{ .Root }}/Dockerfile - name: deploy