Skip to content

Commit

Permalink
Merge pull request #167 from wultra/fix/ojdbc-version
Browse files Browse the repository at this point in the history
Fix ojdbc version to existing one
  • Loading branch information
korbelm authored Nov 21, 2024
2 parents f3a1035 + 2edcc2c commit 8f299b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prepare Libs
run: |
wget --no-verbose https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc11/23.5.0.24.05/ojdbc11-23.5.0.24.05.jar -O ${GITHUB_WORKSPACE}/deploy/lib/ojdbc11.jar
wget --no-verbose https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc11/23.5.0.24.07/ojdbc11-23.5.0.24.07.jar -O ${GITHUB_WORKSPACE}/deploy/lib/ojdbc11.jar
- name: Get Powerauth Server WAR files
if: matrix.app == 'server'
run: |
Expand Down

0 comments on commit 8f299b9

Please sign in to comment.