Fix tagging so it uses the latest file

This commit is contained in:
Jonatan Castro 2021-11-12 09:57:56 +11:00
parent b084eb5aca
commit 067cc3d35b

View File

@ -22,6 +22,7 @@ jobs:
name: Check SSL Certificates
command: |
.circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000"
docker build . -t apthletic/ssl-checker:1
OUTPUT=$(docker run apthletic/ssl-checker:1 -f ./hosts_to_check)
echo "$OUTPUT"
if ! echo "$OUTPUT" | grep "Expired: 0" ; then