Files
docker-wine-dotnet/.drone.yml

21 lines
474 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build --configuration Release Eazfuscator-Launcher/Eazfuscator-Launcher.csproj
- 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}