mirror of
				https://github.com/docker/login-action.git
				synced 2025-10-31 10:10:09 +08:00 
			
		
		
		
	Update README.md
Fixes a few issues in the login-action README.md file Signed-off-by: Dimitris Sotirakis <sotirakis.dim@gmail.com>
This commit is contained in:
		
							parent
							
								
									5f4866a30a
								
							
						
					
					
						commit
						225e47902b
					
				| @ -228,10 +228,9 @@ You can authenticate with workload identity federation or a service account. | |||||||
| 
 | 
 | ||||||
| #### Workload identity federation | #### Workload identity federation | ||||||
| 
 | 
 | ||||||
| Download the key for the service account as a JSON file. Save the contents of | Your service account must have permission to push to GAR. Use the | ||||||
| the file [as a secret](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository) | `google-github-actions/auth` action to authenticate using workload identity as | ||||||
| named `GCR_JSON_KEY` in your GitHub repository. Set the username to `_json_key`, | shown in the following example: | ||||||
| or `_json_key_base64` if you use a base64-encoded key. |  | ||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
| name: ci | name: ci | ||||||
| @ -275,7 +274,7 @@ jobs: | |||||||
| Use a service account with permission to push to GAR and [configure access control](https://cloud.google.com/artifact-registry/docs/access-control). | Use a service account with permission to push to GAR and [configure access control](https://cloud.google.com/artifact-registry/docs/access-control). | ||||||
| Download the key for the service account as a JSON file. Save the contents of | Download the key for the service account as a JSON file. Save the contents of | ||||||
| the file [as a secret](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository) | the file [as a secret](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository) | ||||||
| named `GCR_JSON_KEY` in your GitHub repository. Set the username to `_json_key`, | named `GAR_JSON_KEY` in your GitHub repository. Set the username to `_json_key`, | ||||||
| or `_json_key_base64` if you use a base64-encoded key. | or `_json_key_base64` if you use a base64-encoded key. | ||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dimitris Sotirakis
						Dimitris Sotirakis