diff --git a/.drone.yml b/.drone.yml index 61e9071..6224c20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,9 @@ steps: use_cache: true username: docker@1780395505853616 password: l4rQkKdtIOlHKkTv -# auto_tag: true - tags: - - v3 + auto_tag: true +# tags: +# - v3 when: event: push branch: master \ No newline at end of file diff --git a/main.go b/main.go index 0e86236..b57b4d4 100644 --- a/main.go +++ b/main.go @@ -106,11 +106,11 @@ func main() { ipStr := strings.Join(getIps(), ",") app.GET("/hello", func(context *gin.Context) { - context.String(http.StatusOK, "[GET]-[API]-[v3]\n"+ipStr) + context.String(http.StatusOK, "[GET]-[API]-[latest]\n"+ipStr) }) app.POST("/hello", func(context *gin.Context) { - context.String(http.StatusOK, "[POST]-[API]-[v3]\n"+ipStr) + context.String(http.StatusOK, "[POST]-[API]-[latest]\n"+ipStr) }) app.GET("/ip", func(context *gin.Context) {