diff --git a/.github/workflows/backfill.yaml b/.github/workflows/backfill.yaml index 29f24973d9a..918b50dfd5f 100644 --- a/.github/workflows/backfill.yaml +++ b/.github/workflows/backfill.yaml @@ -65,7 +65,7 @@ jobs: # Get package from GCS, continue if it doesn't exist (e.g., not in the repo) echo "Downloading ${pkg} from GCS" - gcloud alpha storage cp gs://wolfi-production-registry-destination/os/${arch}/${pkg} ${tmp}/ > /dev/null 2>&1 || continue + gsutil cp gs://wolfi-production-registry-destination/os/${arch}/${pkg} ${tmp}/ > /dev/null 2>&1 || continue echo "Downloaded ${pkg} from GCS" echo "Uploading ${pkg} to apk.cgr.dev"