Skip to content

Commit

Permalink
(fix) change image because no git available, change ms sql server ima…
Browse files Browse the repository at this point in the history
…ge because old one does not exists anymore
  • Loading branch information
ake2l committed Jan 21, 2024
1 parent ea35ce1 commit e425123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
defaults:
run:
shell: bash
container: maven:3.9-amazoncorretto-21
container: maven:3.9-eclipse-temurin-21
services:
mongodb:
image: mongo:latest
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
MYSQL_DATABASE: "benerator"
# Label used to access the service container
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
image: mcr.microsoft.com/mssql/server
# Provide the password for postgres
env:
DB_HOST: "mssql"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quickcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
defaults:
run:
shell: bash
container: maven:3.9-amazoncorretto-21
container: maven:3.9-eclipse-temurin-21
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
MYSQL_DATABASE: "benerator"
# Label used to access the service container
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
image: mcr.microsoft.com/mssql/server
# Provide the password for postgres
env:
DB_HOST: "mssql"
Expand Down

0 comments on commit e425123

Please sign in to comment.