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/CD #25

Open
arm4b opened this issue Oct 18, 2021 · 1 comment
Open

Add CI/CD #25

arm4b opened this issue Oct 18, 2021 · 1 comment
Labels
CI/CD CircleCI related good first issue Good for newcomers help wanted Extra attention is needed

Comments

@arm4b
Copy link
Member

arm4b commented Oct 18, 2021

Docker Hub removed free builds which we used for this repository to automatically build and push the images to https://hub.docker.com/r/stackstorm/st2packs/tags.

Since the feature is not available anymore, add CI/CD with Github Actions to build and push the images to Docker Hub for every update/push to the master.

@arm4b arm4b added good first issue Good for newcomers CI/CD CircleCI related labels Oct 18, 2021
@arm4b arm4b added the help wanted Extra attention is needed label Jul 12, 2022
@arm4b
Copy link
Member Author

arm4b commented Sep 20, 2022

The build pipeline in GH Actions would be simple as

    1. Build docker images (by running make all)
    1. Push the docker images to the Docker Hub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD CircleCI related good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant