Docker image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2021-11-09 17:03:13 +01:00
parent daca1748e8
commit 37741ec415
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 10 additions and 2 deletions

View File

@ -11,5 +11,13 @@ steps:
- name: Build
image: golang
commands:
- go build ./
- ls -lah
- make build
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kekskurse/go-sample-webpage
tags: latest