chore: publish.
This commit is contained in:
parent
5d60b5baae
commit
69167501f1
@ -30,3 +30,9 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
condition: $TRAVIS_GO_VERSION =~ ^1\.x$
|
condition: $TRAVIS_GO_VERSION =~ ^1\.x$
|
||||||
|
- provider: script
|
||||||
|
skip_cleanup: true
|
||||||
|
script: make publish-images
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
condition: $TRAVIS_GO_VERSION =~ ^1\.x$
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user