mirror of
				https://github.com/docker/setup-buildx-action.git
				synced 2025-11-01 04:04:19 +08:00 
			
		
		
		
	v1 mutable tag
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									80d96c0f60
								
							
						
					
					
						commit
						997111bc44
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -161,7 +161,7 @@ jobs: | ||||
|         uses: actions/checkout@v2.3.2 | ||||
|       - | ||||
|         name: Set up QEMU | ||||
|         uses: docker/setup-qemu-action@master | ||||
|         uses: docker/setup-qemu-action@v1 | ||||
|         with: | ||||
|           platforms: ${{ matrix.qemu-platforms }} | ||||
|       - | ||||
|  | ||||
| @ -1,5 +0,0 @@ | ||||
| # Changelog | ||||
| 
 | ||||
| ## 0.9.0 (2020/08/??) | ||||
| 
 | ||||
| * Initial version (docker/build-push-action#87) | ||||
| @ -48,7 +48,7 @@ jobs: | ||||
|       - | ||||
|         name: Set up Docker Buildx | ||||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@master | ||||
|         uses: docker/setup-buildx-action@v1 | ||||
|         with: | ||||
|           version: latest | ||||
|       - | ||||
| @ -78,13 +78,13 @@ jobs: | ||||
|         uses: actions/checkout@v2 | ||||
|       - | ||||
|         name: Set up QEMU | ||||
|         uses: docker/setup-qemu-action@master | ||||
|         uses: docker/setup-qemu-action@v1 | ||||
|         with: | ||||
|           platforms: all | ||||
|       - | ||||
|         name: Set up Docker Buildx | ||||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@master | ||||
|         uses: docker/setup-buildx-action@v1 | ||||
|         with: | ||||
|           version: latest | ||||
|       - | ||||
| @ -110,7 +110,7 @@ jobs: | ||||
|         name: Checkout | ||||
|         uses: actions/checkout@v2 | ||||
|       - | ||||
|         uses: docker/setup-buildx-action@master | ||||
|         uses: docker/setup-buildx-action@v1 | ||||
|         id: buildx | ||||
|         with: | ||||
|           install: true | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax