Fix indentation and formatting in cicd.yaml

This commit is contained in:
Swarup Sengupta
2025-11-29 01:58:59 +05:30
committed by GitHub
parent 9a5075e2df
commit 764557bf33
+2
View File
@@ -118,6 +118,8 @@ jobs:
OWNER=${{ github.repository_owner }}
GH_IMAGE=ghcr.io/${OWNER}/psiphon
echo "Searching: $GH_IMAGE"
if docker manifest inspect ${GH_IMAGE}:${VERSION} >/dev/null 2>&1; then
echo "GHCR: ${VERSION} already exists, skipping."
echo "ghcr_tag=false" >> "$GITHUB_OUTPUT"