Skip to content

Commit 5412cc5

Browse files
authored
Merge pull request github#16261 from bandantonio/fix-typo-in-publish-docker-images
fix: docs: typo in publishing docker images
2 parents ed4d67a + 3947371 commit 5412cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/publishing-packages/publishing-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The `build-push-action` options required for {% data variables.product.prodname_
131131
{% ifversion fpt or ghec %}
132132
{% data reusables.package_registry.publish-docker-image %}
133133

134-
The above workflow if triggered by a push to the "release" branch. It checks out the GitHub repository, and uses the `login-action` to log in to the {% data variables.product.prodname_container_registry %}. It then extracts labels and tags for the Docker image. Finally, it uses the `build-push-action` action to build the image and publish it on the {% data variables.product.prodname_container_registry %}.
134+
The above workflow is triggered by a push to the "release" branch. It checks out the GitHub repository, and uses the `login-action` to log in to the {% data variables.product.prodname_container_registry %}. It then extracts labels and tags for the Docker image. Finally, it uses the `build-push-action` action to build the image and publish it on the {% data variables.product.prodname_container_registry %}.
135135

136136
{% else %}
137137
```yaml{:copy}

0 commit comments

Comments
 (0)