mirror of
				https://github.com/dec0dOS/zero-ui.git
				synced 2025-10-31 08:26:04 +08:00 
			
		
		
		
	ci: fixed workflow
This commit is contained in:
		
							parent
							
								
									dc0c28ea2b
								
							
						
					
					
						commit
						834ad52eef
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/main.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/main.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -59,7 +59,7 @@ jobs: | |||
|           file: ./docker/zero-ui/Dockerfile | ||||
|           builder: ${{ steps.buildx.outputs.name }} | ||||
|           push: ${{ github.event_name != 'pull_request' }} | ||||
|           tags: ${{ steps.prep.outputs.tags }} | ||||
|           tags: ${{ steps.prep_zero-ui.outputs.tags }} | ||||
|           cache-from: type=local,src=/tmp/.buildx-cache | ||||
|           cache-to: type=local,dest=/tmp/.buildx-cache | ||||
|       - name: Build and push | ||||
|  | @ -70,6 +70,6 @@ jobs: | |||
|           file: ./docker/zerotier/Dockerfile | ||||
|           builder: ${{ steps.buildx.outputs.name }} | ||||
|           push: ${{ github.event_name != 'pull_request' }} | ||||
|           tags: ${{ steps.prep.outputs.tags }} | ||||
|           tags: ${{ steps.prep_zerotier-controller.outputs.tags }} | ||||
|           cache-from: type=local,src=/tmp/.buildx-cache | ||||
|           cache-to: type=local,dest=/tmp/.buildx-cache | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue