Update build-image.yml (#17454)
This commit is contained in:
		
							parent
							
								
									e03e7ac290
								
							
						
					
					
						commit
						097c4903f1
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/build-image.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-image.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -11,6 +11,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: docker/setup-qemu-action@v1 | ||||
|       - uses: docker/setup-buildx-action@v1 | ||||
|       - uses: docker/login-action@v1 | ||||
|         with: | ||||
|  | @ -28,6 +29,7 @@ jobs: | |||
|       - uses: docker/build-push-action@v2 | ||||
|         with: | ||||
|           context: . | ||||
|           platforms: linux/amd64,linux/arm64 | ||||
|           push: true | ||||
|           tags: ${{ steps.meta.outputs.tags }} | ||||
|           cache-from: type=registry,ref=tootsuite/mastodon:latest | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue