Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Dec 29, 2024
1 parent 5ca0a50 commit 87cb537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install mongo
run: |
docker-compose run --rm mongo_grpc_service_template-container --entrypoint="" bash -c '
docker-compose run --entrypoint="" --rm mongo_grpc_service_template-container bash -c '
wget -qO- https://pgp.mongodb.com/server-7.0.asc | gpg --dearmor | tee /usr/share/keyrings/mongodb-server-7.0.gpg >/dev/null
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" \
| tee -a /etc/apt/sources.list.d/mongodb-org-7.0.list
Expand Down

0 comments on commit 87cb537

Please sign in to comment.