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 GHA workflow to push docker images to registry #697

Open
wants to merge 2 commits into
base: qa/0.x
Choose a base branch
from

Conversation

DanielCosme
Copy link

@DanielCosme DanielCosme commented Mar 18, 2024

This PR creates a Github Action that builds and push docker images to Docker Hub. For now the trigger to this workflow will be manual and will be tagged only with latest.

@DanielCosme DanielCosme self-assigned this Mar 18, 2024
@DanielCosme DanielCosme marked this pull request as ready for review March 18, 2024 15:32
Copy link
Member

@replaceafill replaceafill left a comment

Choose a reason for hiding this comment

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

This looks good to me @DanielCosme. I think we should ask @sevein opinion too before merging since he has more experience publishing to Docker registries than me 😅

on: workflow_dispatch
jobs:
build:
name: "Builds images and push them to Docker Hub"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
name: "Builds images and push them to Docker Hub"
name: "Build and push images"

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