Skip to content

Conversation

@iuwqyir
Copy link
Contributor

@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
Contributor 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.

3 participants