[Course][Udemy][Gourav Shah] Ultimate DevOps to MLOps Bootcamp - Build ML CI-CD Pipelines [ENG, 2025] : 07. Setting up MLOps CI Workflow with GitHub Actions


Делаю:
2025.****


04. Writing an executung out first GitHub Actions Workflow


https://github.com/gouravshah/house-price-predictor3/tree/main/.github/workflows


hub.docker.com -> Login -> Account Settings -> Personal access tokens -> Generate new token


Description: github-webmakaka
Expiration date: none
Optional: Read & Write

Generate, Скопировать токен.


Github -> Repo -> house-price-predictor -> Settings -> Secrets and variables -> Actions -> Variables -> Repostitory variables -> New repository variable

DOCKERHUB_USERNAME

Secrets -> New repository secret

DOCKERHUB_TOKEN


$ vi .github/workflows/mlops-pipeline.yml

https://github.com/webmakaka/house-price-predictor/blob/main/.github/workflows/mlops-pipeline.yml


$ vi .github/workflows/streamlit-ci.yaml

https://github.com/webmakaka/house-price-predictor/blob/main/.github/workflows/streamlit-ci.yaml