Commit d8a248e
committed
ci: create multi-arch manifest from digest files using loop to reference basenames
Replace printf-based expansion with a shell loop that emits
ghcr.io/<repo>/<name>@sha256:<basename> for each file in /tmp/digests.
This ensures the manifest uses the digest hashes (file basenames) and
avoids including full file paths or formatting issues when joining entries.
Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>1 parent 419b127 commit d8a248e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments