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

feat: added dockerfile and workflow for registrar #5

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

huniafatima-arbi
Copy link
Member

@huniafatima-arbi huniafatima-arbi commented Oct 2, 2024

Description

This PR adds Dockerfile and workflow to push the image for registrar in the repo.
Issue Link : #1

@huniafatima-arbi huniafatima-arbi changed the title chore: pick code from previous PR feat: added dockerfile and workflow for registrar Oct 2, 2024
perf: added comments against test code

perf: added comments against test code
@huniafatima-arbi huniafatima-arbi force-pushed the huniafatima/migrate-dockerfile-setup branch from 27703c7 to 18472d7 Compare October 2, 2024 14:19
Copy link
Member

@dianakhuang dianakhuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this seems reasonable. I would like to get it merged so we can do proper testing of the workflows ASAP. We can iterate on improving it later.

const tagName = "${{ github.event.inputs.branch }}" || 'latest';
console.log('Will use tag: ' + tagName);
return tagName;
result-encoding: string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to add custom tags for this, but I also don't think there's any harm in having it.

@huniafatima-arbi huniafatima-arbi merged commit eaeefa3 into main Oct 3, 2024
2 checks passed
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.

3 participants