This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,12 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"WorkspaceRootPath": "C:\\Users\\clive\\source\\repos\\rokoh\\",
|
"WorkspaceRootPath": "C:\\Users\\clive\\source\\repos\\rokoh\\",
|
||||||
"Documents": [
|
"Documents": [],
|
||||||
{
|
|
||||||
"AbsoluteMoniker": "D:0:0:{3C910F6E-1007-44D0-910A-5D44B3CCD1B9}|rokoh\\rokoh.csproj|c:\\users\\clive\\source\\repos\\rokoh\\rokoh\\.gitea\\workflows\\default.yml||{8B382828-6202-11D1-8870-0000F87579D2}",
|
|
||||||
"RelativeMoniker": "D:0:0:{3C910F6E-1007-44D0-910A-5D44B3CCD1B9}|rokoh\\rokoh.csproj|solutionrelative:rokoh\\.gitea\\workflows\\default.yml||{8B382828-6202-11D1-8870-0000F87579D2}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"DocumentGroupContainers": [
|
"DocumentGroupContainers": [
|
||||||
{
|
{
|
||||||
"Orientation": 0,
|
"Orientation": 0,
|
||||||
@@ -14,7 +9,7 @@
|
|||||||
"DocumentGroups": [
|
"DocumentGroups": [
|
||||||
{
|
{
|
||||||
"DockedWidth": 200,
|
"DockedWidth": 200,
|
||||||
"SelectedChildIndex": 3,
|
"SelectedChildIndex": -1,
|
||||||
"Children": [
|
"Children": [
|
||||||
{
|
{
|
||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
@@ -27,19 +22,6 @@
|
|||||||
{
|
{
|
||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
|
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
|
||||||
},
|
|
||||||
{
|
|
||||||
"$type": "Document",
|
|
||||||
"DocumentIndex": 0,
|
|
||||||
"Title": "default.yml",
|
|
||||||
"DocumentMoniker": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\.gitea\\workflows\\default.yml",
|
|
||||||
"RelativeDocumentMoniker": "rokoh\\.gitea\\workflows\\default.yml",
|
|
||||||
"ToolTip": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\.gitea\\workflows\\default.yml",
|
|
||||||
"RelativeToolTip": "rokoh\\.gitea\\workflows\\default.yml",
|
|
||||||
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAsAAAAAAAAA",
|
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003775|",
|
|
||||||
"WhenOpened": "2024-05-13T04:01:39.73Z",
|
|
||||||
"EditorCaption": ""
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
@@ -40,3 +40,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
docker login registry.rokoh.com -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker image pull registry.rokoh.com/rokoh:latest
|
docker login registry.rokoh.com -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker image pull registry.rokoh.com/rokoh:latest
|
||||||
docker run -d -p 2000:80 --restart=always --name rokoh registry.rokoh.com/rokoh
|
docker run -d -p 2000:80 --restart=always --name rokoh registry.rokoh.com/rokoh
|
||||||
|
docker image prune -f
|
||||||
|
|
||||||
|
- name: Prune Docker resources
|
||||||
|
run: docker system prune -af --volumes
|
||||||
Binary file not shown.
@@ -15,7 +15,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6ebdadd059a4291576afd7a8d958c9cb6c32cb4d")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+499cd16190f516cd77861d98e1c977c7f3d3774e")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("rokoh")]
|
[assembly: System.Reflection.AssemblyProductAttribute("rokoh")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("rokoh")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("rokoh")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
6c0fdaf75a12826f818d2d789fb0a8bcae933004b691befdf692954466bc306d
|
1bb1ad9a88d60c985cfb4a7447d120ff7e58f72111356403317f73b2400e220c
|
||||||
|
|||||||
@@ -173,7 +173,7 @@
|
|||||||
"privateAssets": "all"
|
"privateAssets": "all"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204\\RuntimeIdentifierGraph.json"
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.205\\RuntimeIdentifierGraph.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "D39OiO7JQ8vF6kq3f7g5n5ghtL7CT8PA8v9NlBqYvr1uP9OvcUjJc+jdZ3kTUSa5Gdu8CZnALoGomgVi099XVQ==",
|
"dgSpecHash": "DBItZC551oCBLSnIR4C60GteblH1k6R61vAYIHSh85NIQi0e1N2utnteiuwa1+bqZZwiDsV33reVW6oEyYtIFA==",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\rokoh.csproj",
|
"projectFilePath": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\rokoh.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
"privateAssets": "all"
|
"privateAssets": "all"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204\\RuntimeIdentifierGraph.json"
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.205\\RuntimeIdentifierGraph.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user