Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Rename google cli call in container release workflow #190

Merged
merged 1 commit into from
Dec 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: List Google Cloud images
run: |
poetry run rhelocator-updater gcp-images >> ./data/temp-gcp-data.json
poetry run rhelocator-updater google-images >> ./data/temp-gcp-data.json
env:
GOOGLE_APPLICATION_CREDENTIALS: '${{ steps.google_auth.outputs.credentials_file_path }}'

Expand Down