This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch gcp-container-registy in repository https://gitbox.apache.org/repos/asf/grails-forge.git
commit 6e4ad61240497d03e8806bb2f57d32ce35fcb82b Author: James Fredley <[email protected]> AuthorDate: Thu May 15 19:14:01 2025 -0400 Attempt to migrate the project to the GCP Artifact Registry --- .github/workflows/next-gcp-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/next-gcp-deploy.yml b/.github/workflows/next-gcp-deploy.yml index f917f1a..eb7adde 100644 --- a/.github/workflows/next-gcp-deploy.yml +++ b/.github/workflows/next-gcp-deploy.yml @@ -73,6 +73,9 @@ jobs: ./gradlew grails-forge-web-netty:dockerBuildNative -PdockerImageName=${{ env.IMAGE_NAME }} + - name: "🚀 migrate to GCP Artifact Registry" + run: > + gcloud artifacts docker upgrade migrate --projects='${{ secrets.GCP_PROJECT_ID }} - name: "📤 Push image to Google Cloud Container Registry" run: > ./gradlew
