You've already forked docker-compose-docker
fix(ci): add GOPROXY
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Build
|
||||
|
||||
env:
|
||||
GOPROXY: ${{ var.GOPROXY }}
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
name: Release
|
||||
|
||||
env:
|
||||
GOPROXY: ${{ var.GOPROXY }}
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user