mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Bump docker/login-action from 3.0.0 to 3.1.0 (#6367)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -91,12 +91,12 @@ jobs: | |||||||
|         uses: docker/setup-qemu-action@v3.0.0 |         uses: docker/setup-qemu-action@v3.0.0 | ||||||
|  |  | ||||||
|       - name: Log in to docker hub |       - name: Log in to docker hub | ||||||
|         uses: docker/login-action@v3.0.0 |         uses: docker/login-action@v3.1.0 | ||||||
|         with: |         with: | ||||||
|           username: ${{ secrets.DOCKER_USER }} |           username: ${{ secrets.DOCKER_USER }} | ||||||
|           password: ${{ secrets.DOCKER_PASSWORD }} |           password: ${{ secrets.DOCKER_PASSWORD }} | ||||||
|       - name: Log in to the GitHub container registry |       - name: Log in to the GitHub container registry | ||||||
|         uses: docker/login-action@v3.0.0 |         uses: docker/login-action@v3.1.0 | ||||||
|         with: |         with: | ||||||
|           registry: ghcr.io |           registry: ghcr.io | ||||||
|           username: ${{ github.actor }} |           username: ${{ github.actor }} | ||||||
| @@ -167,13 +167,13 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Log in to docker hub |       - name: Log in to docker hub | ||||||
|         if: matrix.registry == 'dockerhub' |         if: matrix.registry == 'dockerhub' | ||||||
|         uses: docker/login-action@v3.0.0 |         uses: docker/login-action@v3.1.0 | ||||||
|         with: |         with: | ||||||
|           username: ${{ secrets.DOCKER_USER }} |           username: ${{ secrets.DOCKER_USER }} | ||||||
|           password: ${{ secrets.DOCKER_PASSWORD }} |           password: ${{ secrets.DOCKER_PASSWORD }} | ||||||
|       - name: Log in to the GitHub container registry |       - name: Log in to the GitHub container registry | ||||||
|         if: matrix.registry == 'ghcr' |         if: matrix.registry == 'ghcr' | ||||||
|         uses: docker/login-action@v3.0.0 |         uses: docker/login-action@v3.1.0 | ||||||
|         with: |         with: | ||||||
|           registry: ghcr.io |           registry: ghcr.io | ||||||
|           username: ${{ github.actor }} |           username: ${{ github.actor }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user