We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2736cbd commit 2e239daCopy full SHA for 2e239da
.github/workflows/docker-image.yml
@@ -34,5 +34,5 @@ jobs:
34
dotnet publish -c Release \
35
-p:ContainerRegistry=docker.io \
36
-p:ContainerRepository=nihlen/bf2-webadmin \
37
- -p:ContainerImageTags="latest,sha-$SHORT_SHA" \
+ -p:ContainerImageTags="latest;sha-$SHORT_SHA" \
38
-p:ContainerPush=true
0 commit comments