Commit 3ce3a8f
feat(ci): add api-proxy image to release pipeline (#846)
The api-proxy sidecar container (containers/api-proxy/) exists in the repo
but was never wired into the release workflow. This means the image
ghcr.io/github/gh-aw-firewall/api-proxy:<version> was never published to
GHCR, causing smoke tests to fail when --enable-api-proxy is used:
Container awf-api-proxy Error response from daemon: No such image:
ghcr.io/github/gh-aw-firewall/api-proxy:0.16.5
Add build, push, cosign signing, and SBOM attestation steps for the
api-proxy image, matching the existing pattern for squid and agent images.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 89456df commit 3ce3a8f
1 file changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
125 | 156 | | |
126 | 157 | | |
127 | 158 | | |
| |||
0 commit comments