Skip to content

Commit

Permalink
fix docker -it
Browse files Browse the repository at this point in the history
  • Loading branch information
kulukami committed Sep 15, 2023
1 parent 8d8ed08 commit 7110440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Elkeid_plugin_scanner_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build Scanner
run: |
docker run --rm -it --pull=always -v $(pwd):/Elkeid kulukami/libclamav_icm_aarch64 \
docker run --rm --pull=always -v $(pwd):/Elkeid kulukami/libclamav_icm_aarch64 \
bash /Elkeid/plugins/scanner/docker/build_linux_aarch64.sh
- name: Upload Scanner
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Build Scanner
run: |
docker run --rm -it --pull=always -v $(pwd):/Elkeid kulukami/libclamav_icm_x86_64 \
docker run --rm --pull=always -v $(pwd):/Elkeid kulukami/libclamav_icm_x86_64 \
bash /Elkeid/plugins/scanner/docker/build_linux_x86_64.sh
- name: Upload Scanner
Expand Down

0 comments on commit 7110440

Please sign in to comment.