Skip to content

Commit

Permalink
update docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil360 committed Nov 10, 2023
1 parent 4d96687 commit dd6df2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Login, Build and push Docker image
run: |
echo "${{ secrets.DOCKERHUB_PUSH_TOKEN }}" | docker login -u muzammil360 --password-stdin
docker build -t muzammil360/ml-kubernetes/api:latest .
docker push muzammil360/ml-kubernetes/api:latest
docker build -t muzammil360/ml-kubernetes:latest .
docker push muzammil360/ml-kubernetes:latest

0 comments on commit dd6df2a

Please sign in to comment.