Commit fe8ff13
authored
fix(ci): remove unused Docker Hub login demo to prevent auth failures on main (#19)
* fix(ci): remove unused Docker Hub login demo steps (caused 'incorrect username or password' on main after merge); update login-action to v4 pin
The Docker Hub login was a demo and not wired to any push (only GHCR used). Removing the gated steps eliminates the failure when secrets exist with bad values. No functional change to image publishing.
Grok Build agent. Memory protocol followed.
* fix(ci): remove ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION and inline login-action version comment
- Remove job-level ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION env var (unnecessary with login-action v4)
- Inline the login-action version comment to match convention of other pinned actions
- Addresses Devin review threads on supply-chain security and comment pattern consistency
* fix(ci): correct login-action version comment to v4.3.0
The pinned SHA c99871dec2022cc055c062a10cc1a1310835ceb4 corresponds to v4.3.0, not v4.1 parent ab972ae commit fe8ff13
1 file changed
Lines changed: 16 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
48 | 41 | | |
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
52 | | - | |
| 45 | + | |
53 | 46 | | |
54 | 47 | | |
55 | 48 | | |
| |||
0 commit comments