diff --git a/.github/workflows/diareat_ocr_cicd.yml b/.github/workflows/diareat_ocr_cicd.yml index ba1fb1c..6f574e9 100644 --- a/.github/workflows/diareat_ocr_cicd.yml +++ b/.github/workflows/diareat_ocr_cicd.yml @@ -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