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 docker image release workflow #3386

Merged
merged 2 commits into from Mar 30, 2021
Merged

Add docker image release workflow #3386

merged 2 commits into from Mar 30, 2021

Conversation

milosgajdos
Copy link
Member

The secrets used in this workflow have been manually added by me to GitHub secrets on this repo. They will be changed once we sort out Docker Hub accounts and tokens, but the current creds work fine for pushing images to Docker Hub.

The idea is when we tag a release the image is automatically built from the tag ref and pushed to Docker Hub.

Signed-off-by: Milos Gajdos milosgajdos83@gmail.com

Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
@@ -0,0 +1,60 @@
name: Build release image and push to hub
Copy link
Collaborator

Choose a reason for hiding this comment

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

the name will show in the action page, can we give a short one?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, we can! What would you suggest? Release Image?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Release Image is OK, you can merge it after revise.

Copy link
Collaborator

@wy65701436 wy65701436 left a comment

Choose a reason for hiding this comment

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

lgtm

Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
@wy65701436 wy65701436 merged commit 6affafd into distribution:main Mar 30, 2021
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.

None yet

3 participants