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

fix(ci): tag images with full commit sha #1951

Merged
merged 1 commit into from
Feb 6, 2025
Merged

fix(ci): tag images with full commit sha #1951

merged 1 commit into from
Feb 6, 2025

Conversation

aajimal
Copy link
Contributor

@aajimal aajimal commented Feb 6, 2025

Summary

Adds an additional tag to docker images corresponding to the full commit hash.

Background

Manually running github actions to build a docker image was not setting the full sha hash, which argocd uses to pull images. This should always set at least the full hash to the merge commit of a PR.

Changes

Updated the docker metadata step to include an additional tag

Testing

Manually with PR commit and triggering GH action.

Changelogs

"No updates required."

@github-actions github-actions bot added the ci issues that are related to ci and github workflows label Feb 6, 2025
@aajimal aajimal added preview docker-build used to trigger docker builds on PRs sequencer pertaining to the astria-sequencer crate labels Feb 6, 2025
@aajimal aajimal marked this pull request as ready for review February 6, 2025 19:31
@aajimal aajimal requested a review from a team as a code owner February 6, 2025 19:31
@aajimal aajimal requested a review from steezeburger February 6, 2025 19:31
@aajimal aajimal added this pull request to the merge queue Feb 6, 2025
Merged via the queue into main with commit cc54dda Feb 6, 2025
107 of 109 checks passed
@aajimal aajimal deleted the sha-img-tag branch February 6, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci issues that are related to ci and github workflows docker-build used to trigger docker builds on PRs preview sequencer pertaining to the astria-sequencer crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants