Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Pin GCP upload action to v0.5.0 (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvonthenen authored Mar 24, 2022
1 parent 46ee545 commit 16a1647
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-fake-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,29 +66,29 @@ jobs:
make release-buckets
- name: Upload TCE Artifacts to Staging Bucket
id: upload-artifacts-staging
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-cli-plugins-staging
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TCE Artifacts to Update Bucket
id: upload-tce-artifacts-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-cli-plugins
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TF Artifacts to Update Bucket
id: upload-tf-artifacts-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts
destination: tce-framework-cli-plugins/artifacts
credentials: ${{ secrets.GCP_BUCKET_SA }}
parent: false
- name: Upload TF Admin Artifacts to Update Bucket
id: upload-tf-artifacts-admin-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts-admin
destination: tce-framework-cli-plugins-admin/artifacts-admin
Expand All @@ -101,22 +101,22 @@ jobs:
run: make prune-buckets
- name: Upload TCE Artifacts to Release Bucket
id: upload-tce-artifacts-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-tanzu-cli-plugins
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TF Artifacts to Release Bucket
id: upload-tf-artifacts-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts
destination: tce-tanzu-cli-framework/artifacts
credentials: ${{ secrets.GCP_BUCKET_SA }}
parent: false
- name: Upload TF Artifacts-Admin to Release Bucket
id: upload-tf-artifacts-admin-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts-admin
destination: tce-tanzu-cli-framework-admin/artifacts-admin
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-ga-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,29 +67,29 @@ jobs:
make release-buckets
- name: Upload TCE Artifacts to Staging Bucket
id: upload-artifacts-staging
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-cli-plugins-staging
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TCE Artifacts to Update Bucket
id: upload-tce-artifacts-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-cli-plugins
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TF Artifacts to Update Bucket
id: upload-tf-artifacts-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts
destination: tce-framework-cli-plugins/artifacts
credentials: ${{ secrets.GCP_BUCKET_SA }}
parent: false
- name: Upload TF Admin Artifacts to Update Bucket
id: upload-tf-artifacts-admin-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts-admin
destination: tce-framework-cli-plugins-admin/artifacts-admin
Expand All @@ -102,22 +102,22 @@ jobs:
run: make prune-buckets
- name: Upload TCE Artifacts to Release Bucket
id: upload-tce-artifacts-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-tanzu-cli-plugins
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TF Artifacts to Release Bucket
id: upload-tf-artifacts-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts
destination: tce-tanzu-cli-framework/artifacts
credentials: ${{ secrets.GCP_BUCKET_SA }}
parent: false
- name: Upload TF Artifacts-Admin to Release Bucket
id: upload-tf-artifacts-admin-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts-admin
destination: tce-tanzu-cli-framework-admin/artifacts-admin
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-nonga-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,29 @@ jobs:
make release-buckets
- name: Upload TCE Artifacts to Staging Bucket
id: upload-artifacts-staging
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-cli-plugins-staging
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TCE Artifacts to Update Bucket
id: upload-tce-artifacts-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-cli-plugins
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TF Artifacts to Update Bucket
id: upload-tf-artifacts-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts
destination: tce-framework-cli-plugins/artifacts
credentials: ${{ secrets.GCP_BUCKET_SA }}
parent: false
- name: Upload TF Admin Artifacts to Update Bucket
id: upload-tf-artifacts-admin-update
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts-admin
destination: tce-framework-cli-plugins-admin/artifacts-admin
Expand All @@ -103,22 +103,22 @@ jobs:
run: make prune-buckets
- name: Upload TCE Artifacts to Release Bucket
id: upload-tce-artifacts-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: ./artifacts
destination: tce-tanzu-cli-plugins
credentials: ${{ secrets.GCP_BUCKET_SA }}
- name: Upload TF Artifacts to Release Bucket
id: upload-tf-artifacts-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts
destination: tce-tanzu-cli-framework/artifacts
credentials: ${{ secrets.GCP_BUCKET_SA }}
parent: false
- name: Upload TF Artifacts-Admin to Release Bucket
id: upload-tf-artifacts-admin-release
uses: google-github-actions/upload-cloud-storage@main
uses: google-github-actions/upload-cloud-storage@v0.5.0
with:
path: /tmp/tce-scratch-space/tanzu-framework/artifacts-admin
destination: tce-tanzu-cli-framework-admin/artifacts-admin
Expand Down

0 comments on commit 16a1647

Please sign in to comment.