mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	chore(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#3897)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -42,7 +42,7 @@ jobs: | |||||||
|         uses: docker/setup-qemu-action@v2.2.0 |         uses: docker/setup-qemu-action@v2.2.0 | ||||||
|  |  | ||||||
|       - name: Set up Docker Buildx |       - name: Set up Docker Buildx | ||||||
|         uses: docker/setup-buildx-action@v2.9.1 |         uses: docker/setup-buildx-action@v2.10.0 | ||||||
|         # Workaround to fix error: |         # Workaround to fix error: | ||||||
|         # failed to push: failed to copy: io: read/write on closed pipe |         # failed to push: failed to copy: io: read/write on closed pipe | ||||||
|         # See https://github.com/docker/build-push-action/issues/761 |         # See https://github.com/docker/build-push-action/issues/761 | ||||||
| @@ -126,7 +126,7 @@ jobs: | |||||||
|         uses: docker/setup-qemu-action@v2.2.0 |         uses: docker/setup-qemu-action@v2.2.0 | ||||||
|  |  | ||||||
|       - name: Set up Docker Buildx |       - name: Set up Docker Buildx | ||||||
|         uses: docker/setup-buildx-action@v2.9.1 |         uses: docker/setup-buildx-action@v2.10.0 | ||||||
|         # Workaround to fix error: |         # Workaround to fix error: | ||||||
|         # failed to push: failed to copy: io: read/write on closed pipe |         # failed to push: failed to copy: io: read/write on closed pipe | ||||||
|         # See https://github.com/docker/build-push-action/issues/761 |         # See https://github.com/docker/build-push-action/issues/761 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user