diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b92ded3..9d73f20 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -4,7 +4,7 @@ jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest steps: - - use: action/checkout + - uses: action/checkout - run: docker compose build ml_model - run: docker tag ml_model xcosmicotter/mlops_tp1 - run: docker login -p ${{SECRET_MLOPS_TP1}}