Revert "Rename secret for Google cloud storage"

This reverts commit 4ab2712f6b.
This commit is contained in:
Lyndon-Li
2024-11-19 19:05:02 +08:00
parent de7231cf86
commit 7cc0c99a08
2 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: Build Velero Image
if: steps.image-cache.outputs.cache-hit != 'true'
run: |
IMAGE=velero VERSION=pr-test make container
SAVE_IMAGE=false IMAGE=velero VERSION=pr-test make container
docker save velero:pr-test -o ./velero.tar
# Create json of k8s versions to test
# from guide: https://stackoverflow.com/a/65094398/4590470