mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-22 05:16:04 +03:00
Add GOPROXY to workflows to speed up CI
This commit is contained in:
parent
4aab1832b5
commit
4a7b2f52c4
@ -2,6 +2,9 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: 🐳 Docker
|
name: 🐳 Docker
|
||||||
|
|
||||||
|
environment:
|
||||||
|
GOPROXY: https://goproxy.mills.io/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Image
|
- name: 📦 Image
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
|
Loading…
Reference in New Issue
Block a user