Initial commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-07-09 20:08:54 +02:00
commit 4cb1398706
2 changed files with 42 additions and 0 deletions

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
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-wine-dotnet
tags:
- latest
- ${DRONE_TAG:-latest}