Skip to content

Commit

Permalink
action: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xCosmicOtter committed Oct 23, 2024
1 parent 27868a9 commit 04f4a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker compose build ml_model
- run: docker compose up
- run: docker tag ml_model xcosmicotter/mlops_tp1
- run: docker login -p ${{secrets.SECRET_MLOPS_TP1}}
- run: docker push xcosmicotter/mlops_tp1
Expand Down

0 comments on commit 04f4a81

Please sign in to comment.