Add container registry publishing
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user