Skip to content

add GitHub Actions CI/CD pipeline#6

Merged
AldrionDev merged 1 commit into
mainfrom
task-3-ci-cd-pipeline
May 27, 2026
Merged

add GitHub Actions CI/CD pipeline#6
AldrionDev merged 1 commit into
mainfrom
task-3-ci-cd-pipeline

Conversation

@AldrionDev
Copy link
Copy Markdown
Owner

Summary

Added a GitHub Actions CI/CD pipeline for the Dockerized HTTP server.

Changes

  • Runs Go tests on pull requests and pushes to main
  • Builds the Docker image
  • Publishes the Docker image to GitHub Container Registry on pushes to main
  • Tags the image with latest and commit SHA
  • Documents required workflow permissions

Test

go test ./...
docker build -t http-server-devops:local .

@AldrionDev AldrionDev merged commit c8402a3 into main May 27, 2026
1 check passed
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