Skip to content

Commit ae450a2

Browse files
authored
Disable self contained publish for containers
1 parent 928313c commit ae450a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
-p:RuntimeIdentifier=linux-x64 \
3232
-p:ContainerRegistry=docker.io \
3333
-p:ContainerRepository=nihlen/bf2-webadmin \
34-
-p:ContainerImageTags='"latest;sha-${{ github.sha }}"'
34+
-p:ContainerImageTags='"latest;sha-${{ github.sha }}"' \
3535
--no-self-contained

0 commit comments

Comments
 (0)