mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 20:14:41 +00:00
Update docker version to support multi stage build
This commit is contained in:
parent
d334c01388
commit
354e226f39
@ -1,9 +1,8 @@
|
||||
language: go
|
||||
go:
|
||||
- tip
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- curl -fsSL https://get.docker.com/ | sudo sh
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- make ci docker-commit-publish
|
||||
after_success:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user