File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -314,14 +314,14 @@ jobs:
314314
315315      - name : Publish Artifacts to S3 and Docker Hub 
316316        run : make -j2 publish BRANCH_NAME=${GITHUB_REF##*/} 
317-         if : env.AWS_USR != '' && env.DOCKER_USR  != '' 
317+         if : env.AWS_USR != '' && env.CONTRIB_DOCKER_USR  != '' 
318318        env :
319319          AWS_ACCESS_KEY_ID : ${{ secrets.AWS_USR }} 
320320          AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_PSW }} 
321321          GIT_API_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
322322
323323      - name : Promote Artifacts in S3 and Docker Hub 
324-         if : github.ref == 'refs/heads/main' && env.AWS_USR != '' && env.DOCKER_USR  != '' 
324+         if : github.ref == 'refs/heads/main' && env.AWS_USR != '' && env.CONTRIB_DOCKER_USR  != '' 
325325        run : make -j2 promote 
326326        env :
327327          BRANCH_NAME : main 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments