File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : spring-mongoDB -example CI Build
1+ name : spring-mongodb -example CI Build
22
33on :
44 pull_request :
55 branches : [master]
66 paths :
7- - " spring-mongoDB -example/**"
7+ - " spring-mongodb -example/**"
88 types :
99 - opened
1010 - synchronize
1717 runs-on : ubuntu-latest
1818 defaults :
1919 run :
20- working-directory : spring-mongoDB -example
20+ working-directory : spring-mongodb -example
2121 strategy :
2222 matrix :
2323 distribution : [ 'temurin' ]
@@ -49,13 +49,13 @@ jobs:
4949 id : services
5050 run : |
5151 echo "services<<EOF" >> $GITHUB_OUTPUT
52- docker compose -f ./spring-mongoDB -example/compose.yaml config --services >> $GITHUB_OUTPUT
52+ docker compose -f ./spring-mongodb -example/compose.yaml config --services >> $GITHUB_OUTPUT
5353 echo "EOF" >> $GITHUB_OUTPUT
5454
5555 - name : Start containers with Compose Action
5656 uses : hoverkraft-tech/compose-action@v2.4.3
5757 with :
58- compose-file : ' ./spring-mongoDB -example/compose.yaml'
58+ compose-file : ' ./spring-mongodb -example/compose.yaml'
5959 services : ${{ steps.services.outputs.services }}
6060 up-flags : ' --build'
6161 down-flags : ' --volumes'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
1212 MONGODB_URI : mongodb://admin:admin@mongo-database:27017/config?authSource=admin
1313
1414 mongo-database :
15- image : mongo:7.0
15+ image : mongo:8.2
1616 container_name : mongo-database
1717 environment :
1818 MONGO_INITDB_ROOT_USERNAME : admin
You can’t perform that action at this time.
0 commit comments