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 f03476f commit edfc275Copy full SHA for edfc275
.github/workflows/nightly-build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build Tool
48
run: |
49
NAME=$(echo ${{ matrix.tool }} | tr -cd '0-9A-Za-z-_')
50
- EXTRA=$( grep -qE "^(featherduster|volatility|qira)$" <<< "${{ matrix.tool }}" && echo python2 )
+ EXTRA=$( grep -qE "^(featherduster|volatility|qira)$" <<< "${{ matrix.tool }}" && echo python2 || echo "" )
51
docker build -t ctftools/$NAME --build-arg PREINSTALL="$EXTRA ${{ matrix.tool }}" .
52
docker push ctftools/$NAME
53
docker tag ctftools/$NAME ctftools/$NAME:$(date +%Y-%m-%d)
0 commit comments