Files
Flappy/.drone.yml
urban 1570dd1e21
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2025-06-29 11:12:12 +02:00

20 lines
390 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: debug registry secrets
image: alpine
commands:
- echo "$docker_username"
- name: build and push flappy image
image: plugins/docker
settings:
repo: rubble.se:5000/urmo/flappy
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password