4. GitHub Actions

Exercise 4.1 Dockerize Application with GitHub Actions

Warning

To securely access the Docker Hub repository, you need to create two secrets in your GitHub account: DOCKER_HUB_USERNAME and DOCKER_HUB_ACCESS_TOKEN respectively. Read more here.

  • Implement CI/CD automation pipeline usind GitHub Actions.

Additiona Resources

  1. Create Secrets and Configure GitHub Actions

  2. GitHub Actions - 30 Min Video Tutorial

  3. GitHub and Git Foundations - 12 Video Lessons

  4. Get Started with GitHub Actions

  5. Publishing Docker Images Approach from GitHub