mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-04 13:53:31 +03:00
Add GOPROXY to workflows to speed up CI
This commit is contained in:
parent
4aab1832b5
commit
4a7b2f52c4
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
kind: pipeline
|
||||
name: 🐳 Docker
|
||||
|
||||
environment:
|
||||
GOPROXY: https://goproxy.mills.io/
|
||||
|
||||
steps:
|
||||
- name: 📦 Image
|
||||
image: plugins/kaniko
|
||||
|
|
Loading…
Add table
Reference in a new issue