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 automatic docker image build & push on release #224

Closed
wants to merge 11 commits into from
Closed

Add automatic docker image build & push on release #224

wants to merge 11 commits into from

Conversation

ATarrio
Copy link
Collaborator

@ATarrio ATarrio commented Dec 5, 2023

I've added a new github workflow to generate and push a docker image to use the PowPeg-Node in.

The new workflow logs in on both DockerHub and GitHub Container Registry, builds the code, builds the docker image, then pushes it to both repos. For now, the action will be triggered when a tag is pushed.

The required secrets needed to be set up in this repo for this to work are:
DOCKERHUB_USERNAME : username to login on dockerhub
DOCKERHUB_TOKEN : token to use to login on dockerhub
Please contact the DevOps team to request these credentials

The images will be pushed as:
rsksmart/powpeg-node:<RELEASE_NAME>
ghcr.io/rsksmart/powpeg-node:<RELEASE_NAME>

@ATarrio ATarrio marked this pull request as ready for review December 7, 2023 17:27
@ATarrio ATarrio requested a review from a team as a code owner December 7, 2023 17:27
@ATarrio ATarrio marked this pull request as draft January 12, 2024 13:26
@ATarrio ATarrio marked this pull request as ready for review January 31, 2024 13:25
@ATarrio ATarrio closed this Jan 31, 2024
@ATarrio ATarrio reopened this Jan 31, 2024
@ATarrio ATarrio closed this Feb 1, 2024
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.

2 participants