We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4830742 commit 3bad2c6Copy full SHA for 3bad2c6
.github/workflows/docker-image.yml
@@ -31,8 +31,10 @@ jobs:
31
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
32
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
33
run: |
34
- dotnet publish -c Release \
35
- -t:PublishContainer
+ dotnet publish "src/BF2WebAdmin.Server/BF2WebAdmin.Server.csproj" \
+ -c Release \
36
+ -t:PublishContainer \
37
+ -p:RuntimeIdentifier=linux-x64 \
38
-p:ContainerRegistry=docker.io \
39
-p:ContainerRepository=nihlen/bf2-webadmin \
40
-p:ContainerImageTags='"latest;$SHORT_SHA"'
0 commit comments