You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: minor Docker Build / Docker Push tweaks (#49)
- in `docker-push`, make the name of the GAR service account configurable, though provide a default of artifact-writer
- in `docker-build`, build the image name and tag list so that there aren't blank lines when `GHCR` and `latest` images are tagged
Copy file name to clipboardExpand all lines: docker-push/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ This GitHub Action is designed to push Docker images to Google Artifact Registry
11
11
|`image_tags`| Yes | Newline-delimited list of images to be pushed.<br> Typically generated by `mozilla/deploy-actions/build-image` or `docker/metadata-action`. |
12
12
|`workload_identity_pool_project_number`| Yes | Project number of the workload identity pool used for OIDC authentication |
13
13
|`project_id`| Yes | GCP `project_id` used to construct the service account |
14
+
|`service_account_name`| No | Service account used to authenticate to GAR. (default: `artifact-writer`) |
0 commit comments