Skip to content

Commit a8c0d4b

Browse files
authored
ubuntu-18.04
1 parent ca253ab commit a8c0d4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-18.04
1313
steps:
1414
- name: Checkout Repo
1515
uses: actions/checkout@v2
@@ -40,7 +40,6 @@ jobs:
4040
FORCE_REFRESH: ${{ secrets.FORCE_REFRESH }}
4141
run: |
4242
docker run --rm \
43-
--privileged \
4443
--env DOCKER_USER_NAME \
4544
--env DOCKER_TOKEN \
4645
--env MONGODB_URL \

0 commit comments

Comments
 (0)