Latest Updates

Documenting code, one commit at a time.

Docker 1 post
×

Securing and Automating Container Deployment to GCP with GitHub Actions

Building a robust Continuous Integration/Continuous Delivery (CI/CD) pipeline is paramount for modern software development. However, integrating securely with cloud providers like Google Cloud Platform (GCP) often presents unique challenges. How do you securely authenticate your automated build process to GCP, and then efficiently push your containerized application to a registry?

Read more