Skip to content

feat: docker workflow#8

Merged
TheRealSeber merged 1 commit intomasterfrom
feat-docker-cicd
Feb 20, 2025
Merged

feat: docker workflow#8
TheRealSeber merged 1 commit intomasterfrom
feat-docker-cicd

Conversation

@TheRealSeber
Copy link
Contributor

No description provided.

@TheRealSeber TheRealSeber requested a review from a team as a code owner February 20, 2025 13:38
@TheRealSeber
Copy link
Contributor Author

This pull request introduces a new GitHub Actions workflow to automate the building and pushing of Docker images. The workflow is triggered on any push to the repository and includes steps to set up Docker Buildx, log in to Docker Hub, and manage Docker tags based on the branch name.

Key changes include:

  • .github/workflows/docker-image.yaml: Added a new workflow file to build and push Docker images on every push to any branch. The workflow includes steps for checking out the code, setting up Docker Buildx, logging into Docker Hub, extracting the branch name, setting the Docker tag, and building and pushing the Docker image.

@TheRealSeber TheRealSeber merged commit 92d1062 into master Feb 20, 2025
1 check passed
@TheRealSeber TheRealSeber deleted the feat-docker-cicd branch February 20, 2025 13:43
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.

1 participant