Commit 97eefe2
committed
fix: gate record-connector-registry on docker job success
The job condition checked binaries and windows but not docker. When
goreleaser-docker failed, the manifest and S3 upload still ran with
incomplete release artifacts (missing container images).
Add docker result check: must be success or skipped (skipped when
docker=false && lambda=false).1 parent 8971c8d commit 97eefe2
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| 912 | + | |
912 | 913 | | |
913 | | - | |
| 914 | + | |
914 | 915 | | |
915 | 916 | | |
916 | 917 | | |
| |||
0 commit comments