Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.com/cloudsdktool/cloud-sdk from cb84ef5 to f11e24c in /tekton #3706

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 tekton/prerelease-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
echo "Version $(params.versionTag) already tagged for $(params.package)"
exit 1
- name: check-release-file
image: gcr.io/google.com/cloudsdktool/cloud-sdk:498.0.0@sha256:cb84ef5cd2a37f12813e656f33e894ef4af88591f9be836ce5d2fc8646f4d616
image: gcr.io/google.com/cloudsdktool/cloud-sdk:498.0.0@sha256:f11e24cd429d05b09210192b292d0f9c87f6af327d1eb35696d64c971346c861
script: |
echo "Checking release file"
# Check if the release file already exists
Expand Down