| 
					
				 | 
			
			
				@@ -12,14 +12,14 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   docker-build: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     runs-on: ubuntu-20.04 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     steps: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - uses: docker/setup-qemu-action@v3.4.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - uses: docker/setup-buildx-action@v3.9.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - uses: docker/setup-qemu-action@v3.6.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - uses: docker/setup-buildx-action@v3.10.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # > 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 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # > will be done directly by buildkit. [...] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # > any file mutation in the steps that precede [...] will be ignored 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # https://github.com/marketplace/actions/build-and-push-docker-images 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - uses: docker/build-push-action@v6.13.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - uses: docker/build-push-action@v6.15.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # git-annex package not available for armhf: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # https://web.archive.org/web/20230630055644/https://packages.debian.org/bookworm/git 
			 |