Skip to content

Commit 2e239da

Browse files
authored
Split tags
1 parent 2736cbd commit 2e239da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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;sha-$SHORT_SHA" \
3838
-p:ContainerPush=true

0 commit comments

Comments
 (0)