Skip to content

Commit

Permalink
(build) - fix dockerhub readme publish (GitTools#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 13, 2024
1 parent c78e7a3 commit 330c155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Tasks/DockerHubReadmePublish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class DockerHubReadmePublishInternal : AsyncFrostingTask<BuildContext>
{
public override bool ShouldRun(BuildContext context)
{
var shouldRun = false;
var shouldRun = true;
if (context.DockerRegistry == DockerRegistry.DockerHub)
{
shouldRun &= context.ShouldRun(context.IsStableRelease, $"{nameof(DockerHubReadmePublish)} works only for tagged releases.");
Expand Down

0 comments on commit 330c155

Please sign in to comment.