Skip to content

Commit 811201a

Browse files
author
Ramya Parimi
authored
Merge pull request #8933 from Irindul/patch-2
Fixing typo in doc
2 parents c99a75f + 972814d commit 811201a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ For more information, see "[Workflow syntax for {% data variables.product.prodna
131131

132132
## Docker images
133133

134-
Both GitLab CI/CD and {% data variables.product.prodname_actions %} support running jobs in a Docker image. In GitLab CI/CD, Docker images are defined with a `image` key, while in {% data variables.product.prodname_actions %} it is done with the `container` key.
134+
Both GitLab CI/CD and {% data variables.product.prodname_actions %} support running jobs in a Docker image. In GitLab CI/CD, Docker images are defined with an `image` key, while in {% data variables.product.prodname_actions %} it is done with the `container` key.
135135

136136
Below is an example of the syntax for each system:
137137

0 commit comments

Comments
 (0)