This commit is contained in:
@@ -8,10 +8,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Login to Docker registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
@@ -39,4 +39,8 @@ jobs:
|
||||
docker image rm rokoh:latest
|
||||
fi
|
||||
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.AssemblyConfigurationAttribute("Debug")]
|
||||
[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.AssemblyTitleAttribute("rokoh")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
6c0fdaf75a12826f818d2d789fb0a8bcae933004b691befdf692954466bc306d
|
||||
1bb1ad9a88d60c985cfb4a7447d120ff7e58f72111356403317f73b2400e220c
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
"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,
|
||||
"dgSpecHash": "D39OiO7JQ8vF6kq3f7g5n5ghtL7CT8PA8v9NlBqYvr1uP9OvcUjJc+jdZ3kTUSa5Gdu8CZnALoGomgVi099XVQ==",
|
||||
"dgSpecHash": "DBItZC551oCBLSnIR4C60GteblH1k6R61vAYIHSh85NIQi0e1N2utnteiuwa1+bqZZwiDsV33reVW6oEyYtIFA==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\rokoh.csproj",
|
||||
"expectedPackageFiles": [
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"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