mirror of https://github.com/docker/docs.git
816 B
816 B
title | keywords | description |
---|---|---|
Configure CI/CD for your application | python, CI/CD, local, development | Learn how to Configure CI/CD for your application |
Get started with GitHub Actions
{{< include "gha-tutorial.md" >}}
Summary
In this section, you have learned how to set up GitHub Actions workflow to an existing Docker project, optimize your workflow to improve build times and reduce the number of pull requests, and finally, you learned how to push only specific versions to Docker Hub. You can also set up nightly tests against the latest tag, test each PR, or do something more elegant with the tags you are using and make use of the Git tag for the same tag in your image.
Next steps
Next, learn how you can deploy your application.
{{< button text="Deploy your app" url="deploy.md" >}}