Update docker image

This commit is contained in:
Eduard Urbach 2019-04-28 23:26:51 +09:00
parent dbf3f65fdd
commit 0f6a6d7140
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: animenotifier/notify.moe
image: animenotifier/notify.moe:latest
environment:
GO111MODULE: on
commands:
@ -11,7 +11,7 @@ steps:
- go mod download
- tsc
- pack
- go build
- go build -v
- go test -v -coverprofile=coverage.txt ./...
# - go mod download
# - make tools

View File

@ -5,6 +5,7 @@ services:
build:
context: .
dockerfile: docker/development.Dockerfile
network: host
image: animenotifier/notify.moe
hostname: docker
container_name: notify.moe