Files
docker-pulseaudio/.drone.yml
Roman Vanicek 7e66738d90
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2026-06-05 20:52:19 +02:00

17 lines
327 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: https://git.ivasoft.cz
username:
from_secret: repo_user
password:
from_secret: repo_pass
repo: git.ivasoft.cz/sw/docker-pulseaudio
tags:
- latest
- ${DRONE_TAG:-latest}