test ci
This commit is contained in:
		
							
								
								
									
										15
									
								
								action.yml
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								action.yml
									
									
									
									
									
								
							@@ -22,15 +22,6 @@ runs:
 | 
			
		||||
            echo "ENTRYPOINT [\"./App\"]" >> Dockerfile
 | 
			
		||||
            ls
 | 
			
		||||
            cat Dockerfile
 | 
			
		||||
 | 
			
		||||
      - shell: sh
 | 
			
		||||
        run: |
 | 
			
		||||
           docker build -t ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }} .
 | 
			
		||||
      
 | 
			
		||||
      - shell: sh
 | 
			
		||||
        run: |
 | 
			
		||||
           docker login ${{env.DOCKER_REGISTRY}} -u ${{env.DOCKER_USER}} -p ${{env.DOCKER_PASS}}
 | 
			
		||||
 | 
			
		||||
      - shell: sh
 | 
			
		||||
        run: |
 | 
			
		||||
           docker push ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }}
 | 
			
		||||
            docker build -t ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }} .
 | 
			
		||||
            docker login ${{env.DOCKER_REGISTRY}} -u ${{env.DOCKER_USER}} -p ${{env.DOCKER_PASS}}
 | 
			
		||||
            docker push ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user