Master commit next.
All checks were successful
Gitea CI/CD / build (push) Successful in 34s

This commit is contained in:
clive
2024-05-13 14:17:35 +10:00
parent 6ebdadd059
commit 499cd16190
13 changed files with 14 additions and 14 deletions

View File

@@ -8,10 +8,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Login to Docker registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -15,7 +15,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[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.AssemblyTitleAttribute("rokoh")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
92b4f1f2e8110bf6d6885c7ce45d6b0017ad58a0e26bed603915647a90d98f2b
6c0fdaf75a12826f818d2d789fb0a8bcae933004b691befdf692954466bc306d

Binary file not shown.

Binary file not shown.