elements/.github/actions
willcl-ark 16e10f928c
ci: expose all ACTIONS_* vars
When using `docker buildx build` in conjunction with the `gha` backend
cache type, it's important to specify the URL and TOKEN needed to
authenticate.

On Cirrus runners this is working with only `ACTIONS_CACHE_URL` and
`ACTIONS_RUNTIME_TOKEN`, but this is not enough for the GitHub backend.

Fix this by exporting all `ACTIONS_*` variables.

This fixes cache restore/save on forks or where GH-hosted runners are
being used.

Github-Pull: #33508
Rebased-From: bc706955d740f8a59bec78e44d33e80d1cca373b
2025-10-14 10:01:37 +01:00
..
configure-docker ci: expose all ACTIONS_* vars 2025-10-14 10:01:37 +01:00
configure-environment ci: Properly include $FILE_ENV in DEPENDS_HASH 2025-10-13 16:22:33 +01:00
restore-caches ci: add caching actions 2025-09-23 15:25:42 +01:00
save-caches ci: add caching actions 2025-09-23 15:25:42 +01:00