Update docker image
This commit is contained in:
parent
dbf3f65fdd
commit
0f6a6d7140
@ -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
|
||||
|
@ -5,6 +5,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/development.Dockerfile
|
||||
network: host
|
||||
image: animenotifier/notify.moe
|
||||
hostname: docker
|
||||
container_name: notify.moe
|
||||
|
Loading…
Reference in New Issue
Block a user