diff --git a/content/guides/deno/configure-ci-cd.md b/content/guides/deno/configure-ci-cd.md index 5add69d104..a0e7dc0363 100644 --- a/content/guides/deno/configure-ci-cd.md +++ b/content/guides/deno/configure-ci-cd.md @@ -55,7 +55,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your ## Step two: Set up the workflow -Set up your GitHub Actions workflow for building, testing, and pushing the image +Set up your GitHub Actions workflow for building and pushing the image to Docker Hub. 1. Go to your repository on GitHub and then select the **Actions** tab.