From 479d65f44352e4635d7a4bd8dc9ae3323308f58e Mon Sep 17 00:00:00 2001 From: D0rkKnight Date: Wed, 13 Mar 2024 19:12:56 -0700 Subject: [PATCH] Fixed gh workflow folder --- .github/{ => workflows}/build_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/build_image.yaml (89%) 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