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 ac708c4 commit 2917367
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "${{ secrets.SECRET_MLOPS_TP1 }}"
- run: docker build -t ml_model .
- run: docker tag ml_model xcosmicotter/mlops_tp1
- run: echo "${{ secrets.SECRET_MLOPS_TP1 }}" | docker login -u "${{secrets.SECRET_MLOPS_TP1}}" --password-stdin
Expand Down

0 comments on commit 2917367

Please sign in to comment.