| 
														
															@@ -13,13 +13,13 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     runs-on: ubuntu-24.04 
														 | 
														
														 | 
														
															     runs-on: ubuntu-24.04 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     steps: 
														 | 
														
														 | 
														
															     steps: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     - uses: docker/setup-qemu-action@v3.6.0 
														 | 
														
														 | 
														
															     - uses: docker/setup-qemu-action@v3.6.0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    - uses: docker/setup-buildx-action@v3.10.0 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    - uses: docker/setup-buildx-action@v3.11.1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     # > By default, this action uses the Git context so you don't need to use 
														 | 
														
														 | 
														
															     # > By default, this action uses the Git context so you don't need to use 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     # > the actions/checkout action to checkout the repository because this 
														 | 
														
														 | 
														
															     # > the actions/checkout action to checkout the repository because this 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     # > will be done directly by buildkit. [...] 
														 | 
														
														 | 
														
															     # > will be done directly by buildkit. [...] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     # > any file mutation in the steps that precede [...] will be ignored 
														 | 
														
														 | 
														
															     # > any file mutation in the steps that precede [...] will be ignored 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     # https://github.com/marketplace/actions/build-and-push-docker-images 
														 | 
														
														 | 
														
															     # https://github.com/marketplace/actions/build-and-push-docker-images 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    - uses: docker/build-push-action@v6.16.0 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    - uses: docker/build-push-action@v6.18.0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       with: 
														 | 
														
														 | 
														
															       with: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         # dma package is only avilable for ppc64le, x86_64 & x86 
														 | 
														
														 | 
														
															         # dma package is only avilable for ppc64le, x86_64 & x86 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         # https://pkgs.alpinelinux.org/packages?name=dma&branch=edge 
														 | 
														
														 | 
														
															         # https://pkgs.alpinelinux.org/packages?name=dma&branch=edge 
														 |