Files
Flappy/.drone.yml
urban b8197b7326
Some checks reported errors
continuous-integration/drone Build encountered an error
Update .drone.yml
2025-06-29 10:55:51 +02:00

20 lines
403 B
YAML

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