Skip to content

Commit

Permalink
Update diareat_ocr_cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 authored Jan 29, 2024
1 parent ec2ac37 commit c550280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diareat_ocr_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build and push to DockerHub
run: |
docker build -t synoti21/diareat_ocr:${{ steps.image.outputs.version }} .
docker push synoti21/diareat_ocr:${{ steps.image.outputs.version }}
docker build -t synoti21/diareat-ocr:${{ steps.image.outputs.version }} .
docker push synoti21/diareat-ocr:${{ steps.image.outputs.version }}
CD:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c550280

Please sign in to comment.