mirror of
				https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
				synced 2025-10-31 15:11:06 +08:00 
			
		
		
		
	Merge pull request #22 from crazy-max/update-toolkit-2
bump @docker/actions-toolkit from 0.9.0 to 0.10.0
This commit is contained in:
		
						commit
						5566df4cd9
					
				
							
								
								
									
										33
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										33
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -45,6 +45,10 @@ jobs: | |||||||
|         uses: ./ |         uses: ./ | ||||||
|         with: |         with: | ||||||
|           version: ${{ env.DOCKER_VERSION }} |           version: ${{ env.DOCKER_VERSION }} | ||||||
|  |       - | ||||||
|  |         name: Dump context | ||||||
|  |         if: always() | ||||||
|  |         uses: crazy-max/ghaction-dump-context@v2 | ||||||
| 
 | 
 | ||||||
|   channel: |   channel: | ||||||
|     runs-on: ${{ matrix.os }} |     runs-on: ${{ matrix.os }} | ||||||
| @ -65,6 +69,10 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           version: v23.0.0-rc.4 |           version: v23.0.0-rc.4 | ||||||
|           channel: test |           channel: test | ||||||
|  |       - | ||||||
|  |         name: Dump context | ||||||
|  |         if: always() | ||||||
|  |         uses: crazy-max/ghaction-dump-context@v2 | ||||||
| 
 | 
 | ||||||
|   context: |   context: | ||||||
|     runs-on: ${{ matrix.os }} |     runs-on: ${{ matrix.os }} | ||||||
| @ -89,14 +97,13 @@ jobs: | |||||||
|         name: Check context |         name: Check context | ||||||
|         run: | |         run: | | ||||||
|           docker context inspect foo |           docker context inspect foo | ||||||
|  |       - | ||||||
|  |         name: Dump context | ||||||
|  |         if: always() | ||||||
|  |         uses: crazy-max/ghaction-dump-context@v2 | ||||||
| 
 | 
 | ||||||
|   build-linux: |   build-linux: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     services: |  | ||||||
|       registry: |  | ||||||
|         image: registry:2 |  | ||||||
|         ports: |  | ||||||
|           - 5000:5000 |  | ||||||
|     steps: |     steps: | ||||||
|       - |       - | ||||||
|         name: Checkout |         name: Checkout | ||||||
| @ -106,6 +113,10 @@ jobs: | |||||||
|         uses: ./ |         uses: ./ | ||||||
|         with: |         with: | ||||||
|           version: ${{ env.DOCKER_VERSION }} |           version: ${{ env.DOCKER_VERSION }} | ||||||
|  |       - | ||||||
|  |         name: Start registry | ||||||
|  |         run: | | ||||||
|  |           docker run -d -p 5000:5000 --restart=always --name registry registry:2 | ||||||
|       - |       - | ||||||
|         name: Set up Docker Buildx |         name: Set up Docker Buildx | ||||||
|         uses: docker/setup-buildx-action@v2 |         uses: docker/setup-buildx-action@v2 | ||||||
| @ -124,6 +135,10 @@ jobs: | |||||||
|         name: Inspect |         name: Inspect | ||||||
|         run: | |         run: | | ||||||
|           docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}' |           docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}' | ||||||
|  |       - | ||||||
|  |         name: Dump context | ||||||
|  |         if: always() | ||||||
|  |         uses: crazy-max/ghaction-dump-context@v2 | ||||||
| 
 | 
 | ||||||
|   build-macos: |   build-macos: | ||||||
|     runs-on: macos-latest |     runs-on: macos-latest | ||||||
| @ -158,6 +173,10 @@ jobs: | |||||||
|         name: Inspect |         name: Inspect | ||||||
|         run: | |         run: | | ||||||
|           docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}' |           docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}' | ||||||
|  |       - | ||||||
|  |         name: Dump context | ||||||
|  |         if: always() | ||||||
|  |         uses: crazy-max/ghaction-dump-context@v2 | ||||||
| 
 | 
 | ||||||
|   build-windows: |   build-windows: | ||||||
|     runs-on: windows-latest |     runs-on: windows-latest | ||||||
| @ -179,3 +198,7 @@ jobs: | |||||||
|         name: Inspect |         name: Inspect | ||||||
|         run: | |         run: | | ||||||
|           docker image inspect test |           docker image inspect test | ||||||
|  |       - | ||||||
|  |         name: Dump context | ||||||
|  |         if: always() | ||||||
|  |         uses: crazy-max/ghaction-dump-context@v2 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/index.js.map
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js.map
									
									
									
										generated
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -22,7 +22,7 @@ | |||||||
|   "license": "Apache-2.0", |   "license": "Apache-2.0", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@actions/core": "^1.10.0", |     "@actions/core": "^1.10.0", | ||||||
|     "@docker/actions-toolkit": "^0.9.0", |     "@docker/actions-toolkit": "^0.10.0", | ||||||
|     "uuid": "^9.0.0" |     "uuid": "^9.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|  | |||||||
| @ -480,10 +480,10 @@ | |||||||
|   dependencies: |   dependencies: | ||||||
|     "@cspotcode/source-map-consumer" "0.8.0" |     "@cspotcode/source-map-consumer" "0.8.0" | ||||||
| 
 | 
 | ||||||
| "@docker/actions-toolkit@^0.9.0": | "@docker/actions-toolkit@^0.10.0": | ||||||
|   version "0.9.0" |   version "0.10.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.9.0.tgz#0739749b4e155cf1dae04b14e06545efb5649044" |   resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.10.0.tgz#5a2769ae48c93c689db2b9c665cd9fb80123c419" | ||||||
|   integrity sha512-FMLGBd0Kk+PuVtzrZMJ8Ytgaq8cRvD43zKhQz1i5cS85etCfE4ie8hjLHMfvUaojibvd10ryGuZGuJm/BEh39g== |   integrity sha512-87ivF6QROwDTeWCfIEK+JLkp5H0f/HGuDF4/VlulvZQFARiv344Xi5MBFTAU4Zd3kxKYEE2RwTw01aYDLr08Nw== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@actions/cache" "^3.2.2" |     "@actions/cache" "^3.2.2" | ||||||
|     "@actions/core" "^1.10.0" |     "@actions/core" "^1.10.0" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax