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.
2 parents 30c1e23 + 443542f commit 61d45ddCopy full SHA for 61d45dd
1 file changed
README.md
@@ -347,8 +347,8 @@ will stop the build.
347
Run the tests with the following commands for both `alpine` and `ubuntu` images:
348
349
```sh
350
-docker build -t git-resource -f dockerfiles/alpine/Dockerfile .
351
-docker build -t git-resource -f dockerfiles/ubuntu/Dockerfile .
+docker build -t git-resource --target tests -f dockerfiles/alpine/Dockerfile .
+docker build -t git-resource --target tests -f dockerfiles/ubuntu/Dockerfile .
352
```
353
354
#### Note about the integration tests
0 commit comments