diff --git a/.drone.yml b/.drone.yml index 52190fc..f42ecf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: