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
Good clarification point. The CI pipeline should build the containers and upload them to the container registry of choice. The relevant command will look something akin to the following:
Of note, you will need to make any environment variables that are necessary at buildtime available in some manner. While the Docker ecosystem is moving away from using those at buildtime, if your project still uses them, they will need to somehow be available to CI in order for it to build the image.
Shiplane should have example CI snippets for the following CI pipelines plus any others that users submit:
The text was updated successfully, but these errors were encountered: