Skip to content

Commit

Permalink
Merge pull request #34 from redhatcloudx/clean-google-output
Browse files Browse the repository at this point in the history
Only return RHEL GCP images
  • Loading branch information
major authored Jun 10, 2024
2 parents a8b534b + e6873a6 commit 347b446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/get_google_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
needs: setup
env:
REGION: ${{ matrix.region }}
ENVIRONMENT: ${{ needs.setup.outputs.environment }}
ENVIRONMENT: ${{ needs.setup.outputs.environment }}
steps:
- name: Clone repo
uses: actions/checkout@v4
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Get images
run: |
gcloud compute images list --standard-images --format="json" | jq -c > global.json
gcloud compute images list --project=rhel-cloud --no-standard-images --format="json" | jq -c > global.json
zstd -v global.json
- name: Store image data in artifact
Expand All @@ -101,7 +101,7 @@ jobs:
needs: [list_images, setup]
env:
ENVIRONMENT: ${{ needs.setup.outputs.environment }}
BUCKET: ${{ needs.setup.outputs.bucket }}
BUCKET: ${{ needs.setup.outputs.bucket }}
steps:
- name: Clone repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 347b446

Please sign in to comment.