Skip to content

Commit

Permalink
Fixed logging in.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kondratov committed Aug 20, 2024
1 parent 205cf6d commit 9df1ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var progress = Argument("progress", "auto");
var platform = Argument("platform", "linux/amd64,linux/arm64").Split(',');

Task("build-and-push")
// .IsDependentOn("login")
.IsDependentOn("login")
.Does(() => DockerBuildXBuild(new() {
Tag = [$"{server}/{registry}/{image}:{tag}"],
Platform = platform,
Expand Down

0 comments on commit 9df1ca8

Please sign in to comment.