Files
Flappy/.drone.yml
urban fe813646d9
Some checks reported errors
continuous-integration/drone Build encountered an error
Update .drone.yml
2025-06-29 11:19:45 +02:00

21 lines
444 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: debug registry secrets
image: alpine
commands:
- echo "Username: ${docker_username}"
- echo "${docker_password}" | wc -c
- 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