Skip to content

Commit

Permalink
remove echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jun 26, 2023
1 parent 4dbf0f8 commit 96844eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}:${{ steps.release_version.outputs.release_version }}
# To deploy native executables built with GraalVM replace dockerBuild with dockerBuildNative and dockerPush with dockerPushNative. First, try that it works locally.
run: |
echo $IMAGE_NAME
./gradlew grails-forge-web-netty:dockerBuild -PdockerImageName="$IMAGE_NAME"
./gradlew grails-forge-web-netty:dockerPush -PdockerImageName="$IMAGE_NAME"
gcloud run deploy ${{ secrets.GCP_PROJECT_ID }}-latest --image $IMAGE_NAME --region us-central1 --platform managed --allow-unauthenticated
Expand Down

0 comments on commit 96844eb

Please sign in to comment.