We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71635f0 commit fbeaf10Copy full SHA for fbeaf10
1 file changed
.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;$SHORT_SHA"' \
38
-p:ContainerPush=true
0 commit comments