Skip to content

Commit fbeaf10

Browse files
authored
Escape?
1 parent 71635f0 commit fbeaf10

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
@@ -34,5 +34,5 @@ jobs:
3434
dotnet publish -c Release \
3535
-p:ContainerRegistry=docker.io \
3636
-p:ContainerRepository=nihlen/bf2-webadmin \
37-
-p:ContainerImageTags='latest;sha-$SHORT_SHA' \
37+
-p:ContainerImageTags='"latest;$SHORT_SHA"' \
3838
-p:ContainerPush=true

0 commit comments

Comments
 (0)