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 release workflow for automated image builds #105

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

iuwqyir
Copy link
Collaborator

@iuwqyir iuwqyir commented Oct 17, 2024

TL;DR

Added a GitHub Actions workflow for Docker image release

What changed?

  • Created a new GitHub Actions workflow file .github/workflows/docker-release.yml for automated Docker image building and pushing on release events.
  • The workflow uses Docker Buildx, logs into Docker Hub, extracts metadata, and builds/pushes the image with appropriate tags and labels.

How to test?

  1. Create a new release or manually trigger the workflow.
  2. Verify that the GitHub Action runs successfully.
  3. Check Docker Hub to ensure the new image is pushed with the correct tags.

Why make this change?

This change automates the Docker image release process, ensuring consistent and reliable deployments. It streamlines the release workflow, reducing manual intervention and potential errors during the release process.

Copy link
Collaborator Author

iuwqyir commented Oct 17, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @iuwqyir and the rest of your teammates on Graphite Graphite

@iuwqyir iuwqyir changed the title docker release workflow Add Docker release workflow for automated image builds Oct 17, 2024
@iuwqyir iuwqyir marked this pull request as ready for review October 17, 2024 12:51
@iuwqyir iuwqyir merged commit b8040d1 into main Oct 17, 2024
5 checks passed
@iuwqyir iuwqyir deleted the 10-17-docker_release_workflow branch October 17, 2024 13:00
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