Skip to content

Commit a9dfef5

Browse files
authored
Merge branch 'main' into repo-sync
2 parents e1002a2 + 811201a commit a9dfef5

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)