Compare commits

...

2 Commits

Author SHA1 Message Date
clive
9c8491355f Merge branch 'master' of https://gitea.rokoh.com/clive/Rokoh
Some checks failed
Gitea CI/CD / build (push) Failing after 8s
Gitea CI/CD / deploy (push) Has been skipped
2024-05-06 22:59:13 +10:00
clive
6fb17b550d Master commit next. 2024-05-06 22:59:09 +10:00
7 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ jobs:
registry: https://registry.rokoh.com registry: https://registry.rokoh.com
- name: Build Docker image - name: Build Docker image
run: docker build -t registry.rokoh.com/rokoh:${{ github.sha }} . run: docker build -t registry.rokoh.com/rokoh:${{ github.sha }} -f rokoh/Dockerfile
- name: Push Docker image to registry - name: Push Docker image to registry
run: docker push registry.rokoh.com/rokoh:${{ github.sha }} run: docker push registry.rokoh.com/rokoh:${{ github.sha }}

Binary file not shown.

View File

@@ -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+f5bf17187655b57686196a9b000d0ca591492145")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+39308a68156b9da8ef59719de7e433b3b7a86d5c")]
[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")]

View File

@@ -1 +1 @@
b67df968282f6cc9d739f245ffa0584d9f0e4435964ede64714b38407620f478 a91be419ff338d6da03a1689dec4a3671a7b6d7628ff7122ff34565bdaa3d613

View File

@@ -15,7 +15,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")] [assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9b1baedfa7df193cff23d9e821c0273b61097a86")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+39308a68156b9da8ef59719de7e433b3b7a86d5c")]
[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")]

View File

@@ -1 +1 @@
f9b5bed55f85ec1460792dbb9cc4032350c7ed4f564a3960ef4f5928410477f0 68c024759fab8203ad6b7f34da4f79af3907ef5622dec2c2c75868cf7a85ef38