From 5bb05e4a9c6c6d02b1282878850e0145ac417c1e Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Fri, 8 Nov 2024 11:56:38 +1100 Subject: [PATCH] Doesn't work.. --- .github/workflows/release.yml | 2 +- MyApp/MyApp.csproj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50bb44a..70c6cfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/ssh-agent@v0.9.0 diff --git a/MyApp/MyApp.csproj b/MyApp/MyApp.csproj index aa2a699..15ba943 100644 --- a/MyApp/MyApp.csproj +++ b/MyApp/MyApp.csproj @@ -13,6 +13,10 @@ + + + +