mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Reduce the number of warnings on the CI
This commit is contained in:
parent
699be6f9fa
commit
e79d7fed55
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 }}
|
||||
- name: Helper to convert docker org to lowercase
|
||||
id: string
|
||||
uses: ASzc/change-string-case-action@v2
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
- name: Build all docker images
|
||||
@ -182,7 +182,7 @@ jobs:
|
||||
password: ${{ secrets.Docker_Password }}
|
||||
- name: Helper to convert docker org to lowercase
|
||||
id: string
|
||||
uses: ASzc/change-string-case-action@v2
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
- name: Build all docker images
|
||||
@ -244,7 +244,7 @@ jobs:
|
||||
password: ${{ secrets.Docker_Password }}
|
||||
- name: Helper to convert docker org to lowercase
|
||||
id: string
|
||||
uses: ASzc/change-string-case-action@v2
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
- name: Build all docker images
|
||||
@ -307,7 +307,7 @@ jobs:
|
||||
password: ${{ secrets.Docker_Password }}
|
||||
- name: Helper to convert docker org to lowercase
|
||||
id: string
|
||||
uses: ASzc/change-string-case-action@v2
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
- name: Build all docker images
|
||||
@ -370,7 +370,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Helper to convert docker org to lowercase
|
||||
id: string
|
||||
uses: ASzc/change-string-case-action@v2
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
- name: Install python packages
|
||||
@ -416,7 +416,7 @@ jobs:
|
||||
password: ${{ secrets.Docker_Password }}
|
||||
- name: Helper to convert docker org to lowercase
|
||||
id: string
|
||||
uses: ASzc/change-string-case-action@v2
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
- name: Push image to Docker
|
||||
@ -461,7 +461,7 @@ jobs:
|
||||
password: ${{ secrets.Docker_Password }}
|
||||
- name: Helper to convert docker org to lowercase
|
||||
id: string
|
||||
uses: ASzc/change-string-case-action@v2
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
- name: Push image to Docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user