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

Add CI workflow #7

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

ricardogsilva
Copy link


NOTE

Before merging this PR ensure that the following secrets exist on this repo:

  • secrets.USER_FOR_REGISTRY - the name of the user that is to be used to login to the repo's container registry
  • secrets.PAT_FOR_REGISTRY - the personal access token that is to be used to login to the repo's container registry

This PR adds initial components for enabling a Continuous Integration workflow in the repo which for now consists in:

  • a dagger typescript module that builds the project's docker image from its related Dockerfile and optionally publishes it to the repo's container registry

  • a github actions workflow file that specifies that all commits that get merged to main shall run the aforementioned dagger script


@ricardogsilva ricardogsilva marked this pull request as ready for review May 21, 2024 15:28
Copy link
Member

@francbartoli francbartoli left a comment

Choose a reason for hiding this comment

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

secrets added

@francbartoli francbartoli merged commit c624e7e into geobeyond:main May 21, 2024
1 check 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.

Add CI workflow to frontend repo
2 participants