We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928313c commit ae450a2Copy full SHA for ae450a2
1 file changed
.github/workflows/docker-image.yml
@@ -31,5 +31,5 @@ jobs:
31
-p:RuntimeIdentifier=linux-x64 \
32
-p:ContainerRegistry=docker.io \
33
-p:ContainerRepository=nihlen/bf2-webadmin \
34
- -p:ContainerImageTags='"latest;sha-${{ github.sha }}"'
+ -p:ContainerImageTags='"latest;sha-${{ github.sha }}"' \
35
--no-self-contained
0 commit comments