Merge pull request #2516 from flant/no-cache-build
chore: do not use caching for docker build
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/artifacts.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/artifacts.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -71,8 +71,8 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           context: . |           context: . | ||||||
|           platforms: linux/amd64,linux/arm/v7,linux/arm64 |           platforms: linux/amd64,linux/arm/v7,linux/arm64 | ||||||
|           cache-from: type=gha |           # cache-from: type=gha | ||||||
|           cache-to: type=gha,mode=max |           # cache-to: type=gha,mode=max | ||||||
|           push: ${{ github.event_name == 'push' }} |           push: ${{ github.event_name == 'push' }} | ||||||
|           tags: ${{ steps.meta.outputs.tags }} |           tags: ${{ steps.meta.outputs.tags }} | ||||||
|           build-args: | |           build-args: | | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -76,8 +76,8 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           context: . |           context: . | ||||||
|           platforms: linux/amd64,linux/arm/v7,linux/arm64 |           platforms: linux/amd64,linux/arm/v7,linux/arm64 | ||||||
|           cache-from: type=gha |           # cache-from: type=gha | ||||||
|           cache-to: type=gha,mode=max |           # cache-to: type=gha,mode=max | ||||||
|           push: ${{ github.event_name == 'push' }} |           push: ${{ github.event_name == 'push' }} | ||||||
|           tags: ${{ steps.tags.outputs.tags }} |           tags: ${{ steps.tags.outputs.tags }} | ||||||
|           build-args: | |           build-args: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user