mirror of https://github.com/docker/docs.git
17 lines
810 B
Markdown
17 lines
810 B
Markdown
---
|
|
title: Configure CI/CD for your Java application
|
|
keywords: Java, CI/CD, local, development
|
|
description: Learn how to Configure CI/CD for your application
|
|
---
|
|
|
|
## Get started with GitHub Actions
|
|
|
|
{{< include "gha-tutorial.md" >}}
|
|
|
|
## Next steps
|
|
|
|
In this module, 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. 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're using and make use of the Git tag for the same tag in your image.
|
|
|
|
You can also consider deploying your application.
|
|
|
|
{{< button text="Deploy your application" url="deploy.md" >}} |