-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: added genApi step before build image #235
Conversation
Preview (prod) → https://235-prod.portfolio-preview.trapti.tech/ |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
問題ないように見えます。
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:blob_thumbs_up:
User description
確認お願いします〜
release.yaml
と同じ方法に変更しただけなのでチェックは簡単だと思いますPR Type
enhancement
Description
genApi
を追加し、API生成をDockerビルドから分離しました。genApi
ジョブでAPIを生成し、生成されたAPIをアーティファクトとしてアップロードするようにしました。build-preview-image
ジョブで生成されたAPIをダウンロードして使用するように変更しました。build-preview-image
ジョブがgenApi
ジョブに依存するように設定し、ビルドプロセスを改善しました。Changes walkthrough 📝
preview.yaml
API生成ステップを追加し、ビルドプロセスを改善
.github/workflows/preview.yaml
genApi
を追加し、API生成をDockerビルドから分離genApi
ジョブでAPIを生成し、生成されたAPIをアーティファクトとしてアップロードbuild-preview-image
ジョブで生成されたAPIをダウンロードして使用build-preview-image
ジョブがgenApi
ジョブに依存するように設定