diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9c331cd..ffab5e2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,12 +18,12 @@ jobs: - name: Build docker image run: | cd YaeBlog - docker build . -t registry.cn-beijing.aliyuncs.com/jackfiled/blog:latest + podman build . -t registry.cn-beijing.aliyuncs.com/jackfiled/blog:latest - name: Login aliyun docker registry - uses: https://mirrors.rrricardo.top/actions/login-action.git@v3 + uses: https://mirrors.rrricardo.top/actions/podman-login.git@v1 with: registry: registry.cn-beijing.aliyuncs.com username: 初冬的朝阳 password: ${{ secrets.ALIYUN_PASSWORD }} - name: Push docker image - run: docker push registry.cn-beijing.aliyuncs.com/jackfiled/blog:latest + run: podman push registry.cn-beijing.aliyuncs.com/jackfiled/blog:latest diff --git a/YaeBlog.sln b/YaeBlog.sln deleted file mode 100644 index c4f8f9c..0000000 --- a/YaeBlog.sln +++ /dev/null @@ -1,41 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YaeBlog", "YaeBlog\YaeBlog.csproj", "{20438EFD-8DDE-43AF-92E2-76495C29233C}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".gitea", ".gitea", "{9B5AAA29-37D8-454A-8D8F-3E6B6BCF38E6}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{ADBC3DA8-F65C-4B5D-A97A-DC351F8E6592}" - ProjectSection(SolutionItems) = preProject - .gitea\workflows\build.yaml = .gitea\workflows\build.yaml - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{753B998C-1B9E-498F-B949-845CE86C4075}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - .gitattributes = .gitattributes - .gitignore = .gitignore - README.md = README.md - LICENSE = LICENSE - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {20438EFD-8DDE-43AF-92E2-76495C29233C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {20438EFD-8DDE-43AF-92E2-76495C29233C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {20438EFD-8DDE-43AF-92E2-76495C29233C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {20438EFD-8DDE-43AF-92E2-76495C29233C}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {ADBC3DA8-F65C-4B5D-A97A-DC351F8E6592} = {9B5AAA29-37D8-454A-8D8F-3E6B6BCF38E6} - EndGlobalSection -EndGlobal diff --git a/YaeBlog.slnx b/YaeBlog.slnx new file mode 100644 index 0000000..53e014e --- /dev/null +++ b/YaeBlog.slnx @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +