Skip to content

Commit

Permalink
(fix) change image mssql seems to be unstable to retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
ake2l committed Jan 21, 2024
1 parent e425123 commit 623ac23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,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 Expand Up @@ -945,7 +945,7 @@ jobs:
# Label used to access the service container
mssql:
# Docker Hub image
image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
image: mcr.microsoft.com/mssql/server
# Provide the password for postgres
env:
ACCEPT_EULA: Y,
Expand Down

0 comments on commit 623ac23

Please sign in to comment.