File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
4545    steps :
4646      - uses : actions/checkout@v3 
4747      - name : docker build 
48-       -  run : docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" 
48+          run : docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" 
4949      - name : docker login 
50-       -  run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin 
50+          run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin 
5151      - name : docker push 
52-       -  run : | 
52+          run : | 
5353          IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME 
5454          IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]') 
5555          VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,') 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments