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