Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5862a5f commit 8c6fe6aCopy full SHA for 8c6fe6a
1 file changed
.github/workflows/build.yml
@@ -50,6 +50,10 @@ jobs:
50
env:
51
ORACLE_PASSWORD: oracle
52
credentials:
53
+ username: ${{ secrets.DOCKER_USER }}
54
+ password: ${{ secrets.DOCKER_PASSWORD }}
55
+ volumes:
56
+ - ${{github.workspace}}:/utPLSQL
57
ports:
58
- 1521:1521
59
options: >-
0 commit comments