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.