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 2a61097 commit 2395986Copy full SHA for 2395986
.github/workflows/docker-build.yml
@@ -27,11 +27,8 @@ jobs:
27
28
- name: Test Docker image
29
run: |
30
- # Test the version flag
+ # Test the version flag with version flag
31
docker run github-dorks:test -v
32
-
33
- # Basic test with a public repo (no auth needed)
34
- docker run github-dorks:test -r techgaun/github-dorks -d github-dorks-test.txt
35
36
- name: Verify image size
37
run: docker image ls github-dorks:test
0 commit comments