File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 8282 metadata : build/distributions/plugin-info.json
8383 binary_url : https://github.com/${{ steps.get_project_info.outputs.REPO }}/releases/download/${{ steps.get_project_info.outputs.VERSION }}/${{ steps.get_project_info.outputs.PROJECT }}-${{ steps.get_project_info.outputs.VERSION }}.zip
8484 metadata_repo_url : https://github.com/spinnaker-plugin-examples/examplePluginRepository
85-
86- - name : setup gcloud
87- uses : GoogleCloudPlatform/github-actions/setup-gcloud@master
88- with :
89- project_id : cloud-armory
90- service_account_key : ${{ secrets.GCP_KEY }}
91- export_default_credentials : true
92-
93- - name : push image to registry
94- run : |
95- gcloud auth configure-docker -q
96- docker push gcr.io/cloud-armory/${{ steps.get_project_info.outputs.PROJECT_KEBAB }}:${{ steps.get_project_info.outputs.VERSION }}
You can’t perform that action at this time.
0 commit comments