Update docker image
This commit is contained in:
parent
dbf3f65fdd
commit
0f6a6d7140
@ -3,7 +3,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: animenotifier/notify.moe
|
image: animenotifier/notify.moe:latest
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
commands:
|
commands:
|
||||||
@ -11,7 +11,7 @@ steps:
|
|||||||
- go mod download
|
- go mod download
|
||||||
- tsc
|
- tsc
|
||||||
- pack
|
- pack
|
||||||
- go build
|
- go build -v
|
||||||
- go test -v -coverprofile=coverage.txt ./...
|
- go test -v -coverprofile=coverage.txt ./...
|
||||||
# - go mod download
|
# - go mod download
|
||||||
# - make tools
|
# - make tools
|
||||||
|
@ -5,6 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/development.Dockerfile
|
dockerfile: docker/development.Dockerfile
|
||||||
|
network: host
|
||||||
image: animenotifier/notify.moe
|
image: animenotifier/notify.moe
|
||||||
hostname: docker
|
hostname: docker
|
||||||
container_name: notify.moe
|
container_name: notify.moe
|
||||||
|
Loading…
Reference in New Issue
Block a user