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