mirror of
				https://gitea.com/docker/build-push-action.git
				synced 2025-10-31 09:08:18 +07:00 
			
		
		
		
	Cache issue is now fixed
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									bef45c0027
								
							
						
					
					
						commit
						72350a828e
					
				
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -381,10 +381,8 @@ jobs: | |||||||
|         id: buildx |         id: buildx | ||||||
|         uses: docker/setup-buildx-action@v1 |         uses: docker/setup-buildx-action@v1 | ||||||
|         with: |         with: | ||||||
|           # TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed |  | ||||||
|           driver-opts: | |           driver-opts: | | ||||||
|             network=host |             network=host | ||||||
|             image=moby/buildkit:buildx-stable-1 |  | ||||||
|       - |       - | ||||||
|         name: Build and push (1) |         name: Build and push (1) | ||||||
|         id: docker_build |         id: docker_build | ||||||
| @ -481,10 +479,8 @@ jobs: | |||||||
|         id: buildx |         id: buildx | ||||||
|         uses: docker/setup-buildx-action@v1 |         uses: docker/setup-buildx-action@v1 | ||||||
|         with: |         with: | ||||||
|           # TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed |  | ||||||
|           driver-opts: | |           driver-opts: | | ||||||
|             network=host |             network=host | ||||||
|             image=moby/buildkit:buildx-stable-1 |  | ||||||
|       - |       - | ||||||
|         name: Cache Docker layers |         name: Cache Docker layers | ||||||
|         uses: actions/cache@v2 |         uses: actions/cache@v2 | ||||||
| @ -551,10 +547,8 @@ jobs: | |||||||
|         id: buildx |         id: buildx | ||||||
|         uses: docker/setup-buildx-action@v1 |         uses: docker/setup-buildx-action@v1 | ||||||
|         with: |         with: | ||||||
|           # TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed |  | ||||||
|           driver-opts: | |           driver-opts: | | ||||||
|             network=host |             network=host | ||||||
|             image=moby/buildkit:buildx-stable-1 |  | ||||||
|       - |       - | ||||||
|         name: Cache Docker layers |         name: Cache Docker layers | ||||||
|         uses: actions/cache@v2 |         uses: actions/cache@v2 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user