messing with drone more

This commit is contained in:
Luke Robles 2023-05-18 17:57:08 -07:00
parent 48f5663807
commit ad6a50f946

View File

@ -1,14 +1,23 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:dind
commands:
- docker build -t test .
- name: docker
image: plugins/docker
environment:
PASSWORD:
from_secret: docker_token
settings:
username: ldooks
password: $PASSWORD
repo: ldooks/dragon-bot
tags:
- latest
- main
trigger:
event:
- push
branch:
- master