Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
# Always re-fetch image metadata on every build so hasAttestation,
# versions, and security info stay current.
# versions, and security info stay current. IMAGES_REFRESH_HOURS: "0"
# forces the per-product inner cache to also refresh (it defaults to
# 336h and would otherwise serve stale nvidia tag data from GHA cache).
IMAGES_CACHE_HOURS: "0"
IMAGES_REFRESH_HOURS: "0"
# Always re-fetch driver versions on every build so GNOME/kernel/mesa
# versions stay current. The data is small (GitHub API call) and the
# script's internal 168h TTL would otherwise serve stale cached data.
Expand Down
Loading