mirror of
				https://github.com/docker/login-action.git
				synced 2025-10-31 01:40:11 +08:00 
			
		
		
		
	Test login against GCR
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									3b14bab101
								
							
						
					
					
						commit
						d6f5c68835
					
				
							
								
								
									
										28
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -158,17 +158,17 @@ jobs: | ||||
| #          registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev | ||||
| #          username: _json_key | ||||
| #          password: ${{ secrets.GAR_JSON_KEY }} | ||||
| # | ||||
| #  google-container: | ||||
| #    runs-on: ubuntu-latest | ||||
| #    steps: | ||||
| #      - | ||||
| #        name: Checkout | ||||
| #        uses: actions/checkout@v2 | ||||
| #      - | ||||
| #        name: Login to Google Container Registry | ||||
| #        uses: ./ | ||||
| #        with: | ||||
| #          registry: gcr.io | ||||
| #          username: _json_key | ||||
| #          password: ${{ secrets.GCR_JSON_KEY }} | ||||
| 
 | ||||
|   google-container: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - | ||||
|         name: Checkout | ||||
|         uses: actions/checkout@v2 | ||||
|       - | ||||
|         name: Login to Google Container Registry | ||||
|         uses: ./ | ||||
|         with: | ||||
|           registry: gcr.io | ||||
|           username: _json_key | ||||
|           password: ${{ secrets.GCR_JSON_KEY }} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax