File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ jobs:
68
68
build-and-push :
69
69
secrets : inherit
70
70
permissions :
71
- contents : read
72
- id-token : write
71
+ contents : read
72
+ id-token : write
73
73
uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
74
74
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
78
78
` ` `
79
79
80
80
### Push to GHCR
@@ -91,13 +91,13 @@ jobs:
91
91
build :
92
92
secrets : inherit
93
93
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
+ ` ` `
You can’t perform that action at this time.
0 commit comments