File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
2424 PREDICTIVE_TEST_SELECTION : " ${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
2525 - name : Authenticate into Google Cloud Platform
26- uses : google-github-actions/setup-gcloud@v0.2.1
26+ uses : google-github-actions/setup-gcloud@v2.1.3
2727 with :
2828 service_account_email : ${{ secrets.GCLOUD_EMAIL }}
2929 service_account_key : ${{ secrets.GCLOUD_AUTH }}
Original file line number Diff line number Diff line change 2626 run : |
2727 ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_SNAPSHOT_APP_NAME }}:snapshot"
2828 - name : Authenticate into Google Cloud Platform
29- uses : google-github-actions/setup-gcloud@v0.2.1
29+ uses : google-github-actions/setup-gcloud@v2.1.3
3030 with :
3131 project_id : ${{ secrets.GCLOUD_PROJECT }}
3232 service_account_email : ${{ secrets.GCLOUD_EMAIL }}
Original file line number Diff line number Diff line change 4545 run : |
4646 ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:latest"
4747 - name : Authenticate into Google Cloud Platform
48- uses : google-github-actions/setup-gcloud@v0.2.1
48+ uses : google-github-actions/setup-gcloud@v2.1.3
4949 with :
5050 service_account_email : ${{ secrets.GCLOUD_EMAIL }}
5151 service_account_key : ${{ secrets.GCLOUD_AUTH }}
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ jobs:
349349 run : |
350350 ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:${{ steps.release_version.outputs.release_version }}"
351351 - name : Authenticate into Google Cloud Platform
352- uses : google-github-actions/setup-gcloud@v0.2.1
352+ uses : google-github-actions/setup-gcloud@v2.1.3
353353 with :
354354 service_account_email : ${{ secrets.GCLOUD_EMAIL }}
355355 service_account_key : ${{ secrets.GCLOUD_AUTH }}
You can’t perform that action at this time.
0 commit comments