Skip to content

Commit

Permalink
Test CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Feb 23, 2024
1 parent 6d62de7 commit e3e4ce5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
- uses: docker/build-push-action@v5
with:
context: .
push: true
context: docker/
tags: ghcr.io/fmind/mlops-python-package:latest

0 comments on commit e3e4ce5

Please sign in to comment.