This commit is contained in:
Binary file not shown.
@@ -3,8 +3,8 @@
|
|||||||
"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\\pages\\shared\\_layout.cshtml||{40D31677-CBC0-4297-A9EF-89D907823A98}",
|
"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\\pages\\shared\\_layout.cshtml||{40D31677-CBC0-4297-A9EF-89D907823A98}"
|
"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": [
|
||||||
@@ -31,14 +31,14 @@
|
|||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 0,
|
"DocumentIndex": 0,
|
||||||
"Title": "_Layout.cshtml",
|
"Title": "default.yml",
|
||||||
"DocumentMoniker": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\Pages\\Shared\\_Layout.cshtml",
|
"DocumentMoniker": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\.gitea\\workflows\\default.yml",
|
||||||
"RelativeDocumentMoniker": "rokoh\\Pages\\Shared\\_Layout.cshtml",
|
"RelativeDocumentMoniker": "rokoh\\.gitea\\workflows\\default.yml",
|
||||||
"ToolTip": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\Pages\\Shared\\_Layout.cshtml",
|
"ToolTip": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\.gitea\\workflows\\default.yml",
|
||||||
"RelativeToolTip": "rokoh\\Pages\\Shared\\_Layout.cshtml",
|
"RelativeToolTip": "rokoh\\.gitea\\workflows\\default.yml",
|
||||||
"ViewState": "AQIAAAAAAAAAAAAAAAAAAA8AAAAyAAAA",
|
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAsAAAAAAAAA",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003775|",
|
||||||
"WhenOpened": "2024-05-13T03:48:07.698Z",
|
"WhenOpened": "2024-05-13T04:01:39.73Z",
|
||||||
"EditorCaption": ""
|
"EditorCaption": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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+06feaf97ec04f89c079108f748956dd35a790e68")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6ebdadd059a4291576afd7a8d958c9cb6c32cb4d")]
|
||||||
[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 @@
|
|||||||
92b4f1f2e8110bf6d6885c7ce45d6b0017ad58a0e26bed603915647a90d98f2b
|
6c0fdaf75a12826f818d2d789fb0a8bcae933004b691befdf692954466bc306d
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user