Remove echo statement for GH_IMAGE search

Removed echo statement for searching GH_IMAGE in CI/CD workflow.
This commit is contained in:
Swarup Sengupta
2025-11-29 02:06:20 +05:30
committed by GitHub
parent 764557bf33
commit c7d8612d89
-2
View File
@@ -118,8 +118,6 @@ 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"