Skip to content

Commit 4ddfa22

Browse files
Merge pull request #157 from igorcampos-dev/renovate/mongo-8.x
chore(deps): update mongo docker tag to v8
2 parents f38c966 + 608a4a6 commit 4ddfa22

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/spring-mongoDB-example.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: spring-mongoDB-example CI Build
1+
name: spring-mongodb-example CI Build
22

33
on:
44
pull_request:
55
branches: [master]
66
paths:
7-
- "spring-mongoDB-example/**"
7+
- "spring-mongodb-example/**"
88
types:
99
- opened
1010
- synchronize
@@ -17,7 +17,7 @@ jobs:
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'

spring-mongodb-example/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)