mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Revert "Bump build-image action versions" (#5955)
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/actions/build-image/action.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/actions/build-image/action.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -36,7 +36,7 @@ runs: | |||||||
|  |  | ||||||
|     - name: Build and push to ghcr by digest |     - name: Build and push to ghcr by digest | ||||||
|       id: build-ghcr |       id: build-ghcr | ||||||
|       uses: docker/build-push-action@v5.1.0 |       uses: docker/build-push-action@v5.0.0 | ||||||
|       with: |       with: | ||||||
|         context: . |         context: . | ||||||
|         file: ./docker/Dockerfile |         file: ./docker/Dockerfile | ||||||
| @@ -58,7 +58,7 @@ runs: | |||||||
|         touch "/tmp/digests/${{ inputs.target }}/ghcr/${digest#sha256:}" |         touch "/tmp/digests/${{ inputs.target }}/ghcr/${digest#sha256:}" | ||||||
|  |  | ||||||
|     - name: Upload ghcr digest |     - name: Upload ghcr digest | ||||||
|       uses: actions/upload-artifact@v4.0.0 |       uses: actions/upload-artifact@v3.1.3 | ||||||
|       with: |       with: | ||||||
|         name: digests-${{ inputs.target }}-ghcr |         name: digests-${{ inputs.target }}-ghcr | ||||||
|         path: /tmp/digests/${{ inputs.target }}/ghcr/* |         path: /tmp/digests/${{ inputs.target }}/ghcr/* | ||||||
| @@ -67,7 +67,7 @@ runs: | |||||||
|  |  | ||||||
|     - name: Build and push to dockerhub by digest |     - name: Build and push to dockerhub by digest | ||||||
|       id: build-dockerhub |       id: build-dockerhub | ||||||
|       uses: docker/build-push-action@v5.1.0 |       uses: docker/build-push-action@v5.0.0 | ||||||
|       with: |       with: | ||||||
|         context: . |         context: . | ||||||
|         file: ./docker/Dockerfile |         file: ./docker/Dockerfile | ||||||
| @@ -89,7 +89,7 @@ runs: | |||||||
|         touch "/tmp/digests/${{ inputs.target }}/dockerhub/${digest#sha256:}" |         touch "/tmp/digests/${{ inputs.target }}/dockerhub/${digest#sha256:}" | ||||||
|  |  | ||||||
|     - name: Upload dockerhub digest |     - name: Upload dockerhub digest | ||||||
|       uses: actions/upload-artifact@v4.0.0 |       uses: actions/upload-artifact@v3.1.3 | ||||||
|       with: |       with: | ||||||
|         name: digests-${{ inputs.target }}-dockerhub |         name: digests-${{ inputs.target }}-dockerhub | ||||||
|         path: /tmp/digests/${{ inputs.target }}/dockerhub/* |         path: /tmp/digests/${{ inputs.target }}/dockerhub/* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user