All checks were successful
continuous-integration/drone/push Build is passing
13 lines
289 B
YAML
13 lines
289 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: android-build
|
|
|
|
steps:
|
|
- name: build-docker-image
|
|
image: plugins/docker
|
|
settings:
|
|
registry: docker.gutierrezdequevedo.com
|
|
repo: docker.gutierrezdequevedo.com/ps/mathstuff
|
|
tags:
|
|
- latest
|
|
- ${DRONE_COMMIT_SHA:0:7}
|