Changed: Updated workflows
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Docker Build / Build Docker image (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Docker Build / Build Docker image (push) Has been cancelled
				
			This commit is contained in:
		@@ -43,26 +43,32 @@ jobs:
 | 
				
			|||||||
            --push \
 | 
					            --push \
 | 
				
			||||||
            .
 | 
					            .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Test Success
 | 
					      - name: Build Success
 | 
				
			||||||
        uses: rjstone/discord-webhook-notify@v1
 | 
					        uses: rjstone/discord-webhook-notify@v1
 | 
				
			||||||
        if: success()
 | 
					        if: success()
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
            severity: info
 | 
					            severity: info
 | 
				
			||||||
            details: Freebox-telegraf Docker image build sucessfull !
 | 
					            details: Freebox-telegraf Docker image build sucessfull !
 | 
				
			||||||
            webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
 | 
					            webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
 | 
				
			||||||
 | 
					            username: Gitea uzurka
 | 
				
			||||||
 | 
					            avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Test Failure
 | 
					      - name: Build Failure
 | 
				
			||||||
        uses: rjstone/discord-webhook-notify@v1
 | 
					        uses: rjstone/discord-webhook-notify@v1
 | 
				
			||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
            severity: error
 | 
					            severity: error
 | 
				
			||||||
            details: Freebox-telegraf Docker image build failed ! 
 | 
					            details: Freebox-telegraf Docker image build failed ! 
 | 
				
			||||||
            webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
 | 
					            webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
 | 
				
			||||||
 | 
					            username: Gitea uzurka
 | 
				
			||||||
 | 
					            avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Test Cancelled
 | 
					      - name: Build Cancelled
 | 
				
			||||||
        uses: rjstone/discord-webhook-notify@v1
 | 
					        uses: rjstone/discord-webhook-notify@v1
 | 
				
			||||||
        if: cancelled()
 | 
					        if: cancelled()
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
            severity: warn
 | 
					            severity: warn
 | 
				
			||||||
            details: Freebox-telegraf Docker image build cancelled ! 
 | 
					            details: Freebox-telegraf Docker image build cancelled ! 
 | 
				
			||||||
            webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
 | 
					            webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
 | 
				
			||||||
 | 
					            username: Gitea uzurka
 | 
				
			||||||
 | 
					            avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
 | 
				
			||||||
		Reference in New Issue
	
	Block a user