Skip to content

Commit

Permalink
ci(test): update oracle image
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny authored and backportbot[bot] committed Aug 12, 2024
1 parent 85d997e commit 7af1ef6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ jobs:
--health-timeout 5s
--health-retries 5
oracle:
image: deepdiver/docker-oracle-xe-11g
image: ghcr.io/gvenzl/oracle-xe:11
env:
ORACLE_RANDOM_PASSWORD: true
APP_USER: autotest
APP_USER_PASSWORD: owncloud
ports:
- 1521:1521/tcp
steps:
Expand Down

0 comments on commit 7af1ef6

Please sign in to comment.