Skip to content

Commit e9e6b29

Browse files
#62: add option for specifying image
1 parent 0ff4785 commit e9e6b29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
- name: Start MongoDB
7676
uses: step-security/[email protected]
7777
with:
78+
# Here we are using an image from Amazon's ECR rather than the default image from Docker Hub
79+
mongodb-image: 'public.ecr.aws/docker/library/mongo'
7880
mongodb-version: ${{ matrix.mongodb-version }}
7981
mongodb-replica-set: test-rs
8082
mongodb-port: 42069

0 commit comments

Comments
 (0)