Added registry to build command
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push Docker Image / build-and-push (push) Successful in 1m16s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push Docker Image / build-and-push (push) Successful in 1m16s
				
			This commit is contained in:
		@@ -25,7 +25,7 @@ jobs:
 | 
			
		||||
      
 | 
			
		||||
      - name: Build and Tag Docker Image
 | 
			
		||||
        run: |
 | 
			
		||||
          docker build -t ${{ secrets.CONTAINER_REGISTRY_USERNAME }}/luke-else.co.uk:latest .
 | 
			
		||||
          docker build -t ${{ secrets.CONTAINER_REGISTRY }}/${{ secrets.CONTAINER_REGISTRY_USERNAME }}/luke-else.co.uk:latest .
 | 
			
		||||
      
 | 
			
		||||
      - name: Push Docker Image
 | 
			
		||||
        run: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user