We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6511fc1 commit 70280d5Copy full SHA for 70280d5
.github/workflows/ci.yml
@@ -127,7 +127,7 @@ jobs:
127
- build
128
- runner-indexes
129
container:
130
- image: ghcr.io/tsviz/mvn_jq_curl_node18:6 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18
+ image: ghcr.io/tsviz/mvn_jq_curl_node18:7 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18
131
services:
132
# postgres service container
133
postgres: # service name - postgres. This name is used to access the service container from the job container as the host name.
0 commit comments