Update content/guides/deno/configure-ci-cd.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
This commit is contained in:
Pradumna Saraf 2025-02-12 20:31:56 +05:30 committed by GitHub
parent 996ff65807
commit 139fce8441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
## Step two: Set up the workflow ## 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. to Docker Hub.
1. Go to your repository on GitHub and then select the **Actions** tab. 1. Go to your repository on GitHub and then select the **Actions** tab.