mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-30 17:47:55 +00:00 
			
		
		
		
	Reduce the number of warnings on the CI
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/build_test_deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/build_test_deploy.yml
									
									
									
									
										vendored
									
									
								
							| @@ -126,7 +126,7 @@ jobs: | |||||||
|           password: ${{ secrets.Docker_Password }} |           password: ${{ secrets.Docker_Password }} | ||||||
|       - name: Helper to convert docker org to lowercase |       - name: Helper to convert docker org to lowercase | ||||||
|         id: string |         id: string | ||||||
|         uses: ASzc/change-string-case-action@v2 |         uses: ASzc/change-string-case-action@v5 | ||||||
|         with: |         with: | ||||||
|           string: ${{ github.repository_owner }} |           string: ${{ github.repository_owner }} | ||||||
|       - name: Build all docker images |       - name: Build all docker images | ||||||
| @@ -182,7 +182,7 @@ jobs: | |||||||
|           password: ${{ secrets.Docker_Password }} |           password: ${{ secrets.Docker_Password }} | ||||||
|       - name: Helper to convert docker org to lowercase |       - name: Helper to convert docker org to lowercase | ||||||
|         id: string |         id: string | ||||||
|         uses: ASzc/change-string-case-action@v2 |         uses: ASzc/change-string-case-action@v5 | ||||||
|         with: |         with: | ||||||
|           string: ${{ github.repository_owner }} |           string: ${{ github.repository_owner }} | ||||||
|       - name: Build all docker images |       - name: Build all docker images | ||||||
| @@ -244,7 +244,7 @@ jobs: | |||||||
|           password: ${{ secrets.Docker_Password }} |           password: ${{ secrets.Docker_Password }} | ||||||
|       - name: Helper to convert docker org to lowercase |       - name: Helper to convert docker org to lowercase | ||||||
|         id: string |         id: string | ||||||
|         uses: ASzc/change-string-case-action@v2 |         uses: ASzc/change-string-case-action@v5 | ||||||
|         with: |         with: | ||||||
|           string: ${{ github.repository_owner }} |           string: ${{ github.repository_owner }} | ||||||
|       - name: Build all docker images |       - name: Build all docker images | ||||||
| @@ -307,7 +307,7 @@ jobs: | |||||||
|           password: ${{ secrets.Docker_Password }} |           password: ${{ secrets.Docker_Password }} | ||||||
|       - name: Helper to convert docker org to lowercase |       - name: Helper to convert docker org to lowercase | ||||||
|         id: string |         id: string | ||||||
|         uses: ASzc/change-string-case-action@v2 |         uses: ASzc/change-string-case-action@v5 | ||||||
|         with: |         with: | ||||||
|           string: ${{ github.repository_owner }} |           string: ${{ github.repository_owner }} | ||||||
|       - name: Build all docker images |       - name: Build all docker images | ||||||
| @@ -370,7 +370,7 @@ jobs: | |||||||
|           password: ${{ secrets.GITHUB_TOKEN }} |           password: ${{ secrets.GITHUB_TOKEN }} | ||||||
|       - name: Helper to convert docker org to lowercase |       - name: Helper to convert docker org to lowercase | ||||||
|         id: string |         id: string | ||||||
|         uses: ASzc/change-string-case-action@v2 |         uses: ASzc/change-string-case-action@v5 | ||||||
|         with: |         with: | ||||||
|           string: ${{ github.repository_owner }} |           string: ${{ github.repository_owner }} | ||||||
|       - name: Install python packages |       - name: Install python packages | ||||||
| @@ -416,7 +416,7 @@ jobs: | |||||||
|           password: ${{ secrets.Docker_Password }} |           password: ${{ secrets.Docker_Password }} | ||||||
|       - name: Helper to convert docker org to lowercase |       - name: Helper to convert docker org to lowercase | ||||||
|         id: string |         id: string | ||||||
|         uses: ASzc/change-string-case-action@v2 |         uses: ASzc/change-string-case-action@v5 | ||||||
|         with: |         with: | ||||||
|           string: ${{ github.repository_owner }} |           string: ${{ github.repository_owner }} | ||||||
|       - name: Push image to Docker |       - name: Push image to Docker | ||||||
| @@ -461,7 +461,7 @@ jobs: | |||||||
|           password: ${{ secrets.Docker_Password }} |           password: ${{ secrets.Docker_Password }} | ||||||
|       - name: Helper to convert docker org to lowercase |       - name: Helper to convert docker org to lowercase | ||||||
|         id: string |         id: string | ||||||
|         uses: ASzc/change-string-case-action@v2 |         uses: ASzc/change-string-case-action@v5 | ||||||
|         with: |         with: | ||||||
|           string: ${{ github.repository_owner }} |           string: ${{ github.repository_owner }} | ||||||
|       - name: Push image to Docker |       - name: Push image to Docker | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florent Daigniere
					Florent Daigniere