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

Clean up the GitHub Actions publishing job #425

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Oct 26, 2023

  • Adds retry/timeout/displaying-errors best practices to the Curl usage
  • Adds --exit-status to the jq usage
  • Splits the combined public and private publishing step into two, to make it easier to follow the process/logs and allow for measuring how long each is taking separately (for example, the private publish appears to be currently pushing even for unchanged images that should be no-op?)
  • Various other bash cleanups, such as proper variable quoting.

GUS-W-14371285.

* Adds retry/timeout/displaying-errors best practices to the Curl usage
* Adds `--exit-status` to the jq usage
* Splits the combined public and private publishing step into two,
  to make it easier to follow the process/logs and allow for measuring
  how long each is taking separately (the private publish appears to be
  currently pushing even for unchanged images that should be no-op?)
* Various other bash cleanups, such as proper variable quoting.
@edmorley edmorley self-assigned this Oct 26, 2023
@edmorley edmorley marked this pull request as ready for review October 26, 2023 13:00
@edmorley edmorley requested a review from a team as a code owner October 26, 2023 13:00
@edmorley edmorley merged commit fce9505 into main Oct 26, 2023
42 checks passed
@edmorley edmorley deleted the edmorley/cleanup-publish branch October 26, 2023 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants