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 9752c6a commit e689038Copy full SHA for e689038
.github/workflows/nightly-build.yml
@@ -38,3 +38,4 @@ jobs:
38
run: |
39
NAME=$(echo ${{ matrix.tool }} | tr -cd '0-9A-Za-z-_')
40
docker build -t ctftools/$NAME --build-arg PREINSTALL="${{ matrix.tool }}" .
41
+ docker push ctftools/$NAME
0 commit comments