Skip to content

Commit 288c4cc

Browse files
committed
fix(build): remove release gcp upload
It was failing with this error: Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/_actions/GoogleCloudPlatform/github-actions/master/setup-gcloud'. Did you forget to run actions/checkout before running your local action?
1 parent a4f5cb7 commit 288c4cc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,3 @@ jobs:
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 }}

0 commit comments

Comments
 (0)