Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaviAkshintala authored Sep 19, 2024
1 parent 4098a18 commit 28af0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Debug MSSQL Container Start
run: |
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=YourStrong!Passw0rd' --name mssql --memory=4g --cpus=2 --detach mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=YourStrong!Passw0rd' mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04
sleep 120
docker ps
docker logs mssql

0 comments on commit 28af0c9

Please sign in to comment.