|
|
@@ -162,11 +162,7 @@ jobs:
|
|
|
uses: peter-evans/dockerhub-description@v4
|
|
|
with:
|
|
|
username: ${{ matrix.username }}
|
|
|
- password: ${{
|
|
|
- matrix.repository == 'weseek/growi' && secrets.DOCKER_REGISTRY_PASSWORD ||
|
|
|
- matrix.repository == 'growilabs/growi' && secrets.DOCKER_REGISTRY_PASSWORD_GROWIMOOGLE ||
|
|
|
- 'INVALID_SECRET'
|
|
|
- }}
|
|
|
+ password: ${{ (matrix.repository == 'weseek/growi' && secrets.DOCKER_REGISTRY_PASSWORD) || (matrix.repository == 'growilabs/growi' && secrets.DOCKER_REGISTRY_PASSWORD_GROWIMOOGLE) || 'INVALID_SECRET' }}
|
|
|
repository: ${{ matrix.repository }}
|
|
|
readme-filepath: ./apps/app/docker/README.md
|
|
|
|