Add GOPROXY to workflows to speed up CI

This commit is contained in:
James Mills 2023-03-16 18:53:09 +10:00
parent 4aab1832b5
commit 4a7b2f52c4
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -2,6 +2,9 @@
kind: pipeline
name: 🐳 Docker
environment:
GOPROXY: https://goproxy.mills.io/
steps:
- name: 📦 Image
image: plugins/kaniko