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

ci: must pass the commit ID via github actions #76

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

maiqueb
Copy link
Collaborator

@maiqueb maiqueb commented Nov 15, 2022

What this PR does / why we need it:
We were only passing the git commit SHA via the makefile, and we are
building the image via a github action.

This commit addresses this, by passing the commit SHA to the github
action as well.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #75

Special notes for your reviewer (optional):

We were only passing the git commit SHA via the makefile, and we are
building the image via a github action.

This commit addresses this, by passing the commit SHA to the github
action as well.

Signed-off-by: Miguel Duarte Barroso <[email protected]>
@maiqueb maiqueb requested a review from kmabda November 15, 2022 18:15
@maiqueb maiqueb merged commit 08a26d0 into main Nov 15, 2022
@maiqueb maiqueb deleted the fix-ci-commit-sha-in-container-img branch November 15, 2022 18:37
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.

[BUG] container images are built without the commit SHA
2 participants