Skip to content

Commit

Permalink
fixed path in docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed Apr 17, 2024
1 parent 8aab00e commit d4eeb1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./plugin/x64.Dockerfile
file: ./Circles.Index/x64.Dockerfile
push: true
tags: jaensen/nethermind-circlesubi:dev-x86_64
12 changes: 6 additions & 6 deletions Circles.sln
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Circles.Index", ".\plugin\Circles.Index.csproj", "{84B030EC-94C7-4B40-ADF7-204E2AE91FFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1A7AB239-847B-437F-8A00-BE2B172105CC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\docker-publish.yml = .github\workflows\docker-publish.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Circles.Index", "Circles.Index\Circles.Index.csproj", "{6B1B1D07-6A85-4502-877F-09776658100D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84B030EC-94C7-4B40-ADF7-204E2AE91FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84B030EC-94C7-4B40-ADF7-204E2AE91FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84B030EC-94C7-4B40-ADF7-204E2AE91FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84B030EC-94C7-4B40-ADF7-204E2AE91FFD}.Release|Any CPU.Build.0 = Release|Any CPU
{6B1B1D07-6A85-4502-877F-09776658100D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B1B1D07-6A85-4502-877F-09776658100D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B1B1D07-6A85-4502-877F-09776658100D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B1B1D07-6A85-4502-877F-09776658100D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit d4eeb1e

Please sign in to comment.