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 38ebbb3 commit a424d54Copy full SHA for a424d54
README.md
@@ -135,6 +135,18 @@ jobs:
135
### Using a Custom Mongo Image
136
You can utilize an alternative MongoDB docker image using the `mongodb-image` input:
137
138
+### Using a Custom Mongo Image
139
+You can utilize an alternative MongoDB docker image using the `mongodb-image` input:
140
+
141
142
+```yaml
143
+ - name: Start MongoDB
144
+ uses: supercharge/[email protected]
145
+ with:
146
+ # Here we are using an image from Amazon's ECR rather than the default image from Docker Hub
147
+ mongodb-image: 'public.ecr.aws/docker/library/mongo'
148
+ mongodb-version: ${{ matrix.mongodb-version }}
149
+```
150
151
```yaml
152
- name: Start MongoDB
0 commit comments