Skip to content

Commit

Permalink
Doesn't work..
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 8, 2024
1 parent 94de38b commit 5bb05e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build and push Docker image
run: |
dotnet publish --os linux --arch x64 -c Release -p:ContainerRepository=${{ env.image_repository_name }} -p:ContainerRegistry=ghcr.io -p:ContainerImageTags=latest -p:ContainerPort=80 -p:ContainerLabel_service=${{ env.repository_name }}
dotnet publish --os linux --arch x64 -c Release -p:ContainerRepository=${{ env.image_repository_name }} -p:ContainerRegistry=ghcr.io -p:ContainerImageTags=latest -p:ContainerPort=80
- name: Set up SSH key
uses: webfactory/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions MyApp/MyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<Using Include="ServiceStack" />
</ItemGroup>

<ItemGroup>
<ContainerLabel Include="service" Value="pvq-app" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.*" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.*" />
Expand Down

0 comments on commit 5bb05e4

Please sign in to comment.