We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ff8bd commit ec452a7Copy full SHA for ec452a7
.github/workflows/ci.yml
@@ -57,8 +57,8 @@ jobs:
57
test-db-database: ${{ env.TEST_DB_DATABASE }}
58
test-db-port: ${{ env.TEST_DB_PORT }}
59
additional-conf: ${{ matrix.additional-conf || '' }}
60
- registry-user: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_USER || '' }}
61
- registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
+ registry-user: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_USER || (secrets.DOCKER_PWD != '' && 'mariadbtest' || '') }}
+ registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || secrets.DOCKER_PWD }}
62
os: ${{ matrix.os }}
63
64
- uses: actions/setup-java@v4
0 commit comments