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 8c6fe6a commit 7ea7198Copy full SHA for 7ea7198
1 file changed
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
username: ${{ secrets.DOCKER_USER }}
54
password: ${{ secrets.DOCKER_PASSWORD }}
55
volumes:
56
- - ${{github.workspace}}:/utPLSQL
+ - ${{github.workspace}}:/utPLSQL
57
ports:
58
- 1521:1521
59
options: >-
0 commit comments