Files
chapter-organizer/WebApp/Properties/PublishProfiles/https___docker-registry.kolpacksoftware.com.pubxml

18 lines
800 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
<Project>
<PropertyGroup>
<WebPublishMethod>Custom</WebPublishMethod>
<DockerPublish>true</DockerPublish>
<RegistryUrl>https://docker-registry.kolpacksoftware.com</RegistryUrl>
<UserName>busy</UserName>
<PublishImageTag>latest</PublishImageTag>
<PublishProvider>ContainerRegistry</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<ProjectGuid>039e1539-eda8-4f4e-acc0-b8292827a3a9</ProjectGuid>
<_TargetId>DockerCustomContainerRegistry</_TargetId>
</PropertyGroup>
</Project>
<!-- https://stackoverflow.com/questions/59713258/how-to-customize-the-docker-image-name-in-vs2019 -->