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
We have package jobs that occasionally fail because input from GitHub Actions is missing. This causes the version to be miscalculated and the build to fail. It results in bad images and you have to delete the release and rerelease to fix.
Expected Behavior
We have package jobs that occasionally fail because input from GitHub Actions is missing. This causes the version to be miscalculated and the build to fail. It results in bad images and you have to delete the release and rerelease to fix.
Current Behavior
https://github.com/paketo-buildpacks/java-native-image/actions/runs/5835413628/job/15827053701#step:16:1
Possible Solution
If we can detect the solution earlier in the pipeline, we can fail faster without publishing broken images.
We might also be able to make the job recover or pick the version in a different way.
Steps to Reproduce
See the failed action.
It happens infrequently and unpredictably.
Motivations
Builds that don't fail.
The text was updated successfully, but these errors were encountered: