Fix worklow syntax
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/container-stable.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/container-stable.yaml
									
									
									
									
										vendored
									
									
								
							@@ -33,9 +33,9 @@ jobs:
 | 
				
			|||||||
          password: ${{ secrets.CR_PAT }}
 | 
					          password: ${{ secrets.CR_PAT }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Debug
 | 
					      - name: Debug
 | 
				
			||||||
        run:
 | 
					        run: |
 | 
				
			||||||
          - echo ${{ env.GITHUB_ACTION_REPOSITORY }}
 | 
					          echo ${{ env.GITHUB_ACTION_REPOSITORY }}
 | 
				
			||||||
          - env
 | 
					          env
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        uses: docker/build-push-action@v2
 | 
					        uses: docker/build-push-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user