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
Builds on PRs don't push images to a registry
so they need to be passed on through GitHub Artifacts
for future steps to succeed.
Signed-off-by: Jacob Weinstock <[email protected]>
EXPORT_LK_CONTAINERS: "${{ github.event_name == 'pull_request' && 'yes' || 'no' }}"# Builds on PRs don't push images to a registry so they need to be passed on through GitHub Artifacts.
EXPORT_KERNEL_IMAGE: "${{ github.event_name == 'pull_request' && 'yes' || 'no' }}"# Builds on PRs don't push images to a registry so they need to be passed on through GitHub Artifacts.
0 commit comments