diff --git a/.github/build_image.yaml b/.github/workflows/build_image.yaml similarity index 89% rename from .github/build_image.yaml rename to .github/workflows/build_image.yaml index c11acda..9c9c034 100644 --- a/.github/build_image.yaml +++ b/.github/workflows/build_image.yaml @@ -27,4 +27,4 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository_owner }}/repo:tag \ No newline at end of file + tags: ghcr.io/${{ github.repository_owner }}/its-ai-scribe:tag \ No newline at end of file