Skip to content

Commit 2395986

Browse files
committed
CI simplify build
1 parent 2a61097 commit 2395986

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ jobs:
2727

2828
- name: Test Docker image
2929
run: |
30-
# Test the version flag
30+
# Test the version flag with version flag
3131
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
3532
3633
- name: Verify image size
3734
run: docker image ls github-dorks:test

0 commit comments

Comments
 (0)