enable debug output for docker image build
This commit is contained in:
parent
b2dc7dbd57
commit
1c444086dd
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
|
@ -18,3 +18,4 @@ steps:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
debug: true
|
Loading…
Reference in a new issue