Skip to content

Commit

Permalink
Fixed not pushing image.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kondratov committed Aug 20, 2024
1 parent 4eadac2 commit 6b62256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Task("build-and-push")
.Does(() => DockerBuildXBuild(new() {
Tag = [$"{server}/{registry}/{image}:{tag}"],
Platform = ["linux/amd64", "linux/arm64"],
Progress = "plain"
Progress = "plain",
Push = true
}, "./src/PillsBot"));

Task("login")
Expand Down

0 comments on commit 6b62256

Please sign in to comment.