We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff4785 commit e9e6b29Copy full SHA for e9e6b29
README.md
@@ -75,6 +75,8 @@ jobs:
75
- name: Start MongoDB
76
uses: step-security/[email protected]
77
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'
80
mongodb-version: ${{ matrix.mongodb-version }}
81
mongodb-replica-set: test-rs
82
mongodb-port: 42069
0 commit comments