Skip to content

Commit dab0f43

Browse files
committed
fix(docs): fixup YAML in docs
Sorta makes copy/pasting hard. Fixed-up and formatted. Jira: IAM-1735
1 parent 14aaf42 commit dab0f43

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/docs/build-and-push.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868
build-and-push:
6969
secrets: inherit
7070
permissions:
71-
contents: read
72-
id-token: write
71+
contents: read
72+
id-token: write
7373
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
7474
with:
75-
image_name: your-service
76-
gar_name: your-tenant-prod
77-
project_id: moz-fx-you-tenant-prod
75+
image_name: your-service
76+
gar_name: your-tenant-prod
77+
project_id: moz-fx-you-tenant-prod
7878
```
7979
8080
### Push to GHCR
@@ -91,13 +91,13 @@ jobs:
9191
build:
9292
secrets: inherit
9393
permissions:
94-
contents: read
95-
id-token: write
96-
packages: write
97-
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
98-
with:
99-
image_name: your-service
100-
gar_name: your-tenant-prod
101-
project_id: moz-fx-you-tenant-prod
102-
should_tag_ghcr: true
103-
```
94+
contents: read
95+
id-token: write
96+
packages: write
97+
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
98+
with:
99+
image_name: your-service
100+
gar_name: your-tenant-prod
101+
project_id: moz-fx-you-tenant-prod
102+
should_tag_ghcr: true
103+
```

0 commit comments

Comments
 (0)