From 2b289a2c64b10ad98eb2edcb8ee63672f9dfdc0a Mon Sep 17 00:00:00 2001 From: Nisha Chaganlal Date: Mon, 29 Jul 2024 22:49:12 +0100 Subject: [PATCH] Update ci.yml oracle version from 1.4.0 to 1.5.0 (#1161) * Update ci.yml oracle version from 1.4.0 to 1.5.0 * Update ci.yml to add credentials for oracle action --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6baaec28..99cb1070 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,11 @@ jobs: connection-string-env-var: SQLServerConnectionString catalog: nservicebus - name: Setup Oracle - uses: Particular/setup-oracle-action@v1.4.0 + uses: Particular/setup-oracle-action@v1.5.0 with: connection-string-name: OracleConnectionString tag: NHibernatePersistence + registry-username: ${{ secrets.DOCKERHUB_USERNAME }} + registry-password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Run tests uses: Particular/run-tests-action@v1.7.0