mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Upgrade images in .drone.yml to more recent versions (#4819)
This commit is contained in:
		| @@ -103,12 +103,12 @@ func NewFuncMap() []template.FuncMap { | ||||
| 			} | ||||
| 			return str[start:end] | ||||
| 		}, | ||||
| 		"EllipsisString":    base.EllipsisString, | ||||
| 		"DiffTypeToStr":     DiffTypeToStr, | ||||
| 		"DiffLineTypeToStr": DiffLineTypeToStr, | ||||
| 		"Sha1":              Sha1, | ||||
| 		"ShortSha":          base.ShortSha, | ||||
| 		"MD5":               base.EncodeMD5, | ||||
| 		"EllipsisString":        base.EllipsisString, | ||||
| 		"DiffTypeToStr":         DiffTypeToStr, | ||||
| 		"DiffLineTypeToStr":     DiffLineTypeToStr, | ||||
| 		"Sha1":                  Sha1, | ||||
| 		"ShortSha":              base.ShortSha, | ||||
| 		"MD5":                   base.EncodeMD5, | ||||
| 		"ActionContent2Commits": ActionContent2Commits, | ||||
| 		"PathEscape":            url.PathEscape, | ||||
| 		"EscapePound": func(str string) string { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user