Fix docker build
This commit is contained in:
parent
71ab95f12f
commit
aa30728cda
|
@ -64,7 +64,7 @@ matrix:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
if: type != pull_request AND (branch = master OR tag = true)
|
if: type != pull_request AND (branch = master OR tag IS present)
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
os:
|
os:
|
||||||
|
|
Loading…
Reference in New Issue