depends -> needs
This commit is contained in:
		
							parent
							
								
									fe22a45c7e
								
							
						
					
					
						commit
						2254a0728c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/build-docker.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-docker.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -11,7 +11,7 @@ jobs:
 | 
			
		|||
  tests:
 | 
			
		||||
    uses: ./.github/workflows/run-tests.yml
 | 
			
		||||
  build-docker-amd64:
 | 
			
		||||
    depends: [tests]
 | 
			
		||||
    needs: [tests]
 | 
			
		||||
    runs-on: buildjet-2vcpu-ubuntu-2204
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
| 
						 | 
				
			
			@ -36,7 +36,7 @@ jobs:
 | 
			
		|||
          push: true
 | 
			
		||||
          tags: zedeus/nitter:latest,zedeus/nitter:${{ github.sha }}
 | 
			
		||||
  build-docker-arm64:
 | 
			
		||||
    depends: [tests]
 | 
			
		||||
    needs: [tests]
 | 
			
		||||
    runs-on: buildjet-2vcpu-ubuntu-2204-arm
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue