We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9c65c commit 3207345Copy full SHA for 3207345
2 files changed
.github/workflows/docker-image.yml
@@ -31,5 +31,4 @@ jobs:
31
-p:RuntimeIdentifier=linux-x64 \
32
-p:ContainerRegistry=docker.io \
33
-p:ContainerRepository=nihlen/bf2-webadmin \
34
- -p:ContainerImageTags='"latest;sha-${{ github.sha }}"' \
35
- --no-self-contained
+ -p:ContainerImageTags='"latest;sha-${{ github.sha }}"'
src/BF2WebAdmin.Blazor/BF2WebAdmin.Blazor.csproj
@@ -5,8 +5,6 @@
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<LangVersion>default</LangVersion>
8
- <PublishSelfContained>true</PublishSelfContained>
9
- <SelfContained>true</SelfContained>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments