Skip to content

Commit 330c155

Browse files
committed
(build) - fix dockerhub readme publish (#4281)
1 parent c78e7a3 commit 330c155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/Tasks/DockerHubReadmePublish.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DockerHubReadmePublishInternal : AsyncFrostingTask<BuildContext>
1515
{
1616
public override bool ShouldRun(BuildContext context)
1717
{
18-
var shouldRun = false;
18+
var shouldRun = true;
1919
if (context.DockerRegistry == DockerRegistry.DockerHub)
2020
{
2121
shouldRun &= context.ShouldRun(context.IsStableRelease, $"{nameof(DockerHubReadmePublish)} works only for tagged releases.");

0 commit comments

Comments
 (0)