Commit 17077cd
chore(ci): add missing container-tag/container-suffix and fix stale standards doc (#309)
* chore(ci): add missing container-tag/container-suffix and fix stale standards doc
Add container-tag and container-suffix parameters to all reusable
workflow jobs (audit, quality, security, test, version) in ci.yml.
Fix repository-standards.md: correct git hooks path, rename st-submit-pr
to vrg-submit-pr, replace markdownlint requirement with vrg-docker-run,
remove stale --agent and --docs-only flags, fix --linkage default from
Fixes to Ref.
Addresses vergil-project/vergil-tooling#1015, vergil-project/vergil-tooling#1013
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(ci): use base container suffix for common CI jobs
* fix(ci): revert container params and add VERSION file
Remove container-suffix/container-tag from ci.yml — workflow defaults are correct for Java repos. Add canonical VERSION file (1.2.2) for vrg-version.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): add container-suffix to audit and test jobs
The ci-audit and ci-test reusable workflows default container-suffix to base, which produces prod-base:<version> — an image that does not exist. Set container-suffix: java so these jobs use prod-java:<version>.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 628508a commit 17077cd
3 files changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
| 85 | + | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
| 88 | + | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
| 93 | + | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
0 commit comments