Skip to content

Commit 7955733

Browse files
committed
Run prettier
1 parent 5a5b11e commit 7955733

File tree

1 file changed

+7
-7
lines changed
  • actions/create-and-push-image-manifests

1 file changed

+7
-7
lines changed

actions/create-and-push-image-manifests/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
repository: ${{ env.action_repo }}
2626
ref: ${{ env.action_ref }}
2727
- name: Create and push image manifests
28-
uses: grafana/shared-workflows/actions/push-to-gar-docker@main
28+
uses: grafana/shared-workflows/actions/create-and-push-image-manifests@main
2929
with:
3030
full-image-name: <FULL_IMAGE_NAME>
31-
tags: <TAG>
31+
tag: <TAG>
3232
environment: <ENVIRONMENT>
3333
```
3434
3535
## Inputs
3636
37-
| Name | Type | Description |
38-
| ---------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
39-
| `full-image-name` | String | Full image name for docker image, e.g. `us-docker.pkg.dev/grafanalabs-dev/docker-grafana-enterprise-dev/grafana-enterprise` |
40-
| `tags` | String | Tag for the image you want to push |
41-
| `environment` | String | Environment for pushing artifacts (can be either dev or prod).
37+
| Name | Type | Description |
38+
| ----------------- | ------ | --------------------------------------------------------------------------------------------------------------------------- |
39+
| `full-image-name` | String | Full image name for docker image, e.g. `us-docker.pkg.dev/grafanalabs-dev/docker-grafana-enterprise-dev/grafana-enterprise` |
40+
| `tag` | String | Tag for the image you want to push |
41+
| `environment` | String | Environment for pushing artifacts (can be either dev or prod). |

0 commit comments

Comments
 (0)