precise-lite/.drone.yml
Tyler 8e8ca068d0
Some checks reported errors
continuous-integration/drone/push Build was killed
Build GPU-enabled image
2022-12-06 06:05:50 -05:00

40 lines
787 B
YAML

kind: pipeline
name: amd64
type: docker
platform:
os: linux
arch: amd64
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.meow.tf/tyler/precise-lite
registry: registry.meow.tf
tags:
- latest
when:
branch:
include:
- master
- name: docker-gpu
image: plugins/docker
settings:
dockerfile: Dockerfile.gpu
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.meow.tf/tyler/precise-lite
registry: registry.meow.tf
tags:
- latest
when:
branch:
include:
- master