Commit fd44c1b
authored
ci: set timestamp for reproducible Docker builds (#745)
Introduces a step to retrieve the latest git commit timestamp and store it in the environment. This timestamp is used as `SOURCE_DATE_EPOCH` during Docker image build to ensure reproducible builds by standardizing the build date.
This change improves build consistency and traceability.
https://docs.docker.com/build/ci/github-actions/reproducible-builds/1 parent f14e941 commit fd44c1b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| 88 | + | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
| |||
0 commit comments