Commit 685e016
fix(publish): decouple Docker secret passing from USER_AGENT requirement
The cargo registry secrets (TOKEN, NAME) were only passed to Docker
builds when both USER_AGENT and TOKEN were present. Sparse registries
(like FSL) don't set USER_AGENT, causing the entire secret block to be
skipped and Docker builds to fail with missing /run/secrets/.1 parent 1cf9aaf commit 685e016
3 files changed
Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
1153 | | - | |
1154 | | - | |
1155 | | - | |
1156 | | - | |
1157 | | - | |
| 1153 | + | |
1158 | 1154 | | |
1159 | 1155 | | |
1160 | | - | |
1161 | 1156 | | |
1162 | 1157 | | |
1163 | | - | |
1164 | | - | |
1165 | | - | |
1166 | 1158 | | |
1167 | 1159 | | |
1168 | 1160 | | |
1169 | 1161 | | |
1170 | 1162 | | |
1171 | 1163 | | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
1172 | 1173 | | |
1173 | 1174 | | |
1174 | 1175 | | |
| |||
0 commit comments