We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78e7a3 commit 330c155Copy full SHA for 330c155
build/docker/Tasks/DockerHubReadmePublish.cs
@@ -15,7 +15,7 @@ public class DockerHubReadmePublishInternal : AsyncFrostingTask<BuildContext>
15
{
16
public override bool ShouldRun(BuildContext context)
17
18
- var shouldRun = false;
+ var shouldRun = true;
19
if (context.DockerRegistry == DockerRegistry.DockerHub)
20
21
shouldRun &= context.ShouldRun(context.IsStableRelease, $"{nameof(DockerHubReadmePublish)} works only for tagged releases.");
0 commit comments