mathstuff/.drone.yml
Juan José Gutiérrez de Quevedo Pérez d1f8d1dc35
All checks were successful
continuous-integration/drone/push Build is passing
remove android application, will try later
2025-11-25 17:47:59 +01:00

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}