File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -130,25 +130,6 @@ jobs:
130130        with :
131131          fetch-depth : 0 
132132
133-       - name : Set up Docker Buildx 
134-         uses : docker/setup-buildx-action@v3 
135- 
136-       - name : Log in to DockerHub 
137-         uses : docker/login-action@v3 
138-         with :
139-           username : ${{ secrets.DOCKERHUB_USERNAME }} 
140-           password : ${{ secrets.DOCKERHUB_TOKEN }} 
141- 
142-       - name : Build and push to DockerHub 
143-         working-directory : ./template 
144-         run : | 
145-           docker pull ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest || true  
146-           docker buildx build \ 
147-             --file Dockerfile \ 
148-             --platform linux/amd64 \ 
149-             --push \ 
150-             --tag ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest . 
151- 
152133  build-template :
153134    name : Build Docker Image 
154135    runs-on : ubuntu-latest 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments