Asuro/.drone.yml
Kieron Morris f19444201d
Some checks failed
continuous-integration/drone/push Build is failing
Updated registry to the registry server, as opposed to my username
Oops.
2025-03-09 17:36:45 +00:00

23 lines
448 B
YAML

kind: pipeline
type: docker
name: build
steps:
- name: build-image
image: plugins/docker
settings:
repo: t3hn3rd/asuro-build
tags: latest
dockerfile: Dockerfile
registry: docker.io
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: compile
image: t3hn3rd/asuro-build:latest
depends_on:
- build-image
commands:
- /compile.sh