This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch use-ghcr.io
in repository https://gitbox.apache.org/repos/asf/grails-forge.git

commit 94bc2b8a50b3b15cf92c1a65aa515118728c08a4
Author: James Fredley <jamesfred...@users.noreply.github.com>
AuthorDate: Thu May 8 16:05:20 2025 -0400

    Attempt to remove extra org name in ghcr.io/ path
---
 .github/workflows/next-gcp-deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/next-gcp-deploy.yml 
b/.github/workflows/next-gcp-deploy.yml
index 824f269..8ecc37f 100644
--- a/.github/workflows/next-gcp-deploy.yml
+++ b/.github/workflows/next-gcp-deploy.yml
@@ -41,7 +41,7 @@ jobs:
     if: github.event_name != 'pull_request'
     needs: [build]
     env:
-      IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ github.repository 
}}/${{ secrets.GCP_APP_NAME }}:next
+      IMAGE_NAME: ghcr.io/${{ github.repository }}/${{ secrets.GCP_APP_NAME 
}}:next
     steps:
       - name: "🔑 Login"
         uses: 
google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
@@ -100,7 +100,7 @@ jobs:
     if: github.event_name != 'pull_request'
     needs: [build]
     env:
-      IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ github.repository 
}}/${{ secrets.GCP_APP_NAME }}-analytics:next
+      IMAGE_NAME: ghcr.io/${{ github.repository }}/${{ secrets.GCP_APP_NAME 
}}-analytics:next
     steps:
       - name: "🔑 Login"
         uses: 
google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a

Reply via email to