Skip to content

Commit

Permalink
fix: github action file error
Browse files Browse the repository at this point in the history
  • Loading branch information
YuChia-Wei committed Feb 4, 2024
1 parent a3eb6d4 commit 8e329ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./src/Gateway
file: ./src/Gateway/Yrap.Gateway/Dockerfile
file: ./src/Gateway/Yarp.Gateway/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
5 changes: 4 additions & 1 deletion yarp-controller.sln
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "charts", "charts", "{952854
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{D1240373-3BB2-409E-94E2-9A21708E3C3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{E474001A-8637-4961-9A0C-C5CB47223260}"
ProjectSection(SolutionItems) = preProject
.github\yarp-gateway.yaml = .github\yarp-gateway.yaml
.github\workflows\yarp-gateway.yaml = .github\workflows\yarp-gateway.yaml
EndProjectSection
EndProject
Global
Expand Down Expand Up @@ -161,5 +163,6 @@ Global
{7D0F0197-463B-43EE-99C3-AB4D70A21AB2} = {48927DFA-DB50-4004-B581-9310FB243EA5}
{BFD3FBA2-3436-41CC-8CB1-2FEB16F7F140} = {7D0F0197-463B-43EE-99C3-AB4D70A21AB2}
{B898BB36-056D-4508-8D6B-334D870B2F24} = {7D0F0197-463B-43EE-99C3-AB4D70A21AB2}
{E474001A-8637-4961-9A0C-C5CB47223260} = {D1240373-3BB2-409E-94E2-9A21708E3C3E}
EndGlobalSection
EndGlobal

0 comments on commit 8e329ec

Please sign in to comment.