Skip to content

Commit a429419

Browse files
committed
Run prettier
1 parent ff1cdf8 commit a429419

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/push-to-gar-docker-multiarch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
os: ${{ fromJson(inputs.platforms ) }}
7373
tag: ${{ fromJson(inputs.tags ) }}
7474
runs-on: ubuntu-${{ matrix.os }}-large
75-
name: build-${{ matrix.os }}-image-for-tag-${{ matrix.tags }}
75+
name: build-${{ matrix.os }}-image-for-tag-${{ matrix.tag }}
7676
steps:
7777
- name: Checkout
7878
env:

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)