drone ci work
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Layla 2023-04-23 00:11:07 -04:00
parent 8d153cb5d8
commit 51085a0a14

View File

@ -25,6 +25,13 @@ steps:
image: golang:1.20
commands:
- make build $VERSION
- name: Example
image: golang:1.20
environment:
USERNAME:
from_secret: docker_username
commands:
- echo $USERNAME
- name: Docker
image: plugins/docker
settings: