You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
szachovy
committed
In CI always build images locally; outside CI pull then build as fallback
- pull_or_build_image: when GITHUB_ACTIONS=true, always build from the
local build context (uploaded source) instead of checking for a
pre-loaded or registry image. Outside CI, try pull first, build on failure.
- remote.py: forward GITHUB_ACTIONS=true over SSH so nodes see it.
- tests.yml: remove the build-and-load step; nodes now build images
themselves during deployment, so pre-loading is unnecessary.
0 commit comments