mirror of
				https://github.com/TomWright/dasel.git
				synced 2022-05-22 02:32:45 +03:00 
			
		
		
		
	Add buster-slim tag to github action build
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -98,6 +98,7 @@ jobs: | ||||
|         if: matrix.build_docker == true | ||||
|         run: | | ||||
|           docker tag tomwright/dasel:latest ghcr.io/tomwright/dasel:latest | ||||
|           docker tag tomwright/dasel:latest ghcr.io/tomwright/dasel:buster-slim | ||||
|           docker tag tomwright/dasel:alpine ghcr.io/tomwright/dasel:alpine | ||||
|       - name: Docker tag release | ||||
|         if: matrix.build_docker == true | ||||
| @@ -109,6 +110,7 @@ jobs: | ||||
|         if: matrix.build_docker == true | ||||
|         run: | | ||||
|           docker push ghcr.io/tomwright/dasel:latest | ||||
|           docker push ghcr.io/tomwright/dasel:buster-slim | ||||
|           docker push ghcr.io/tomwright/dasel:alpine | ||||
|       - name: Docker push release | ||||
|         if: matrix.build_docker == true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Wright
					Tom Wright