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
This is a great check. However, its success relies that the maintainers remember to modify the chart version. We can make the chart version a placeholder and replace it in CI.
This make the recent v1.7.0 release fail and no arm64 image builded and pushed.
Besides, there is also a suggestion: use --platform argument to distinguish the image platforms rather than including platform in tag. GitHub Action like docker/build-push-action@v2 can help with that. This makes developers' lives easier. 🙏
The text was updated successfully, but these errors were encountered:
Now there are two weaknesses in release CI:
This causes several pre-release failure:
This is a great check. However, its success relies that the maintainers remember to modify the chart version. We can make the chart version a placeholder and replace it in CI.
This make the recent v1.7.0 release fail and no arm64 image builded and pushed.
Besides, there is also a suggestion: use
--platform
argument to distinguish the image platforms rather than including platform in tag. GitHub Action likedocker/build-push-action@v2
can help with that. This makes developers' lives easier. 🙏The text was updated successfully, but these errors were encountered: