Skip to content

Commit

Permalink
[ci] Allow docker push to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Feb 9, 2025
1 parent 9fcf5a2 commit c733429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make_tool.cue
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ task: push_docker: {
for tag in tags {
("push-" + tag): exec.Run & {
cmd: ["docker", "push", tag]
mustSucceed: false
}
}
}
Expand Down

0 comments on commit c733429

Please sign in to comment.