File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 password : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Publish API container image
33- working-directory : src/Playground/Playground.Api/Playground.Api.csproj
33+ working-directory : ../ src/Playground/Playground.Api/Playground.Api.csproj
3434 run : |
3535 dotnet publish -c Release -p:RuntimeIdentifier=linux-x64 -p:ContainerRepository=${{ github.repository_owner }}/fsh-playground-api -p:ContainerImageTags='${{ github.sha }};latest'
3636
3737 - name : Publish Blazor container image
38- working-directory : src/Playground/Playground.Blazor/Playground.Blazor.csproj
38+ working-directory : ../ src/Playground/Playground.Blazor/Playground.Blazor.csproj
3939 run : |
4040 dotnet publish -c Release -p:RuntimeIdentifier=linux-x64 -p:ContainerRepository=${{ github.repository_owner }}/fsh-playground-blazor -p:ContainerImageTags='${{ github.sha }};latest'
4141
You can’t perform that action at this time.
0 commit comments