Update action.yaml

This commit is contained in:
uazo
2021-07-07 12:57:37 +02:00
committed by GitHub
parent c937ac4150
commit 20cff1ca4a

View File

@@ -14,7 +14,7 @@ runs:
run: |
VERSION="${{ inputs.version }}"
IS_PRESENT=$(docker manifest inspect uazo/chromium:$VERSION > /dev/null ; echo $?)
if [[ $IS_PRESENT == "1" ]; then
if [ $IS_PRESENT -ne "0" ]; then
echo "Image not found"
mkdir chr-source