This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-forge.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 3294095 create artifacts repository 3294095 is described below commit 3294095109aa739ef34dcf3aea2be777fd4d8ed0 Author: James Fredley <jamesfred...@users.noreply.github.com> AuthorDate: Thu May 22 13:41:59 2025 -0400 create artifacts repository --- .github/workflows/next-gcp-deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/next-gcp-deploy.yml b/.github/workflows/next-gcp-deploy.yml index 110f214..1022451 100644 --- a/.github/workflows/next-gcp-deploy.yml +++ b/.github/workflows/next-gcp-deploy.yml @@ -72,6 +72,13 @@ jobs: ./gradlew grails-forge-web-netty:dockerBuildNative -PdockerImageName=${{ env.IMAGE_NAME }} + - name: "🚀 Create artifacts repository" + run: > + gcloud artifacts repositories create ${{ secrets.GCP_APP_NAME }} + --repository-format=docker + --location=us + --project=${{ secrets.GCP_PROJECT_ID }} + --description="Repository for grails-forge" - name: "🚀 Deploy Docker image" run: > gcloud run deploy ${{ secrets.GCP_PROJECT_ID }}-next