Commit ff0e045
committed
Add no-cache option for force rebuild to bypass all Docker caching
- Add NO_CACHE output to cache strategy step
- Pass no-cache parameter to docker/build-push-action
- Ensures force_rebuild bypasses both GHA cache AND Docker layer cache
- Fixes issue where arm64 build was using cached layers even with force_rebuild=true1 parent f6aa552 commit ff0e045
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
0 commit comments